Fixed
- Fixes an error where
PluginManager::getLoadedPluginswould throw an error after the plugin loading process should
have taken place if there were no registered Plugins. Now, when callinggetLoadedPluginswith no registered Plugins
found an empty array will be returned.