File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99use Cake \Datasource \ConnectionManager ;
1010use Controllers \Plugin as ControllersPlugin ;
1111use IdeHelper \Plugin as IdeHelperPlugin ;
12- use MyNamespace \MyPlugin \Plugin as MyNamespaceMyPluginPlugin ;
12+ use MyNamespace \MyPlugin \Plugin as MyPluginPlugin ;
1313use Relations \Plugin as RelationsPlugin ;
1414use Shim \Plugin as ShimPlugin ;
1515
@@ -85,7 +85,7 @@ class_alias(Controller::class, 'App\Controller\AppController');
8585Plugin::getCollection ()->add (new AwesomePlugin ());
8686Plugin::getCollection ()->add (new ControllersPlugin ());
8787Plugin::getCollection ()->add (new RelationsPlugin ());
88- Plugin::getCollection ()->add (new MyNamespaceMyPluginPlugin ());
88+ Plugin::getCollection ()->add (new MyPluginPlugin ());
8989
9090if (getenv ('db_dsn ' )) {
9191 ConnectionManager::setConfig ('test ' , [
You can’t perform that action at this time.
0 commit comments