Open volodymyrdovhan opened 1 month ago
I checked that its ok to use custom classes in level 1, I'm not sure which class may cause the problem As mentioned custom classes could be placed on level 1 If it is not ok I'll move all of them to classes/local
Hello,
According to Moodle standards, all custom classes that are not part of the core API should be placed in the 'classes/local' folder to avoid potential namespace collisions. You can refer to the guidelines here: Namespace Collisions - Moodle Plugin Checklist
Additionally, please review the rules for level 2 namespaces: Level 2 Namespaces