Hi everyone!
I have a little problem with registered namespaces using global loader. I have a namespace called App\Library and registered with global loader. Then I want to use it inside the one of my module's controller but unfortunately it did not work - even I have tried registered the App\Library using module loader, but still not working.
Suppose when I call App\Library\ModuleManager::getModuleList() it will get to the App\Library namespace, but it seems to load from module's namespace - Mod\ModMan\Controllers\App\Library\ModuleManager. See attached screenshots.
Thanks.