<?php
// Own namespace
-namespace Hub\Controller\AptProxy;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
<?php
// Own namespace
-namespace Hub\Controller\Chat;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
<?php
// Own namespace
-namespace Hub\Controller\Crawler;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
<?php
// Own namespace
-namespace Hub\Controller\Cruncher;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
<?php
// Own namespace
-namespace Hub\Controller\News;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
<?php
// Own namespace
-namespace Hub\Controller\Fuse;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
<?php
// Own namespace
-namespace Hub\Controller\Miner;
+namespace Hub\Controller;
// Import framework stuff
use CoreFramework\Controller\BaseController;
// Set the application instance
$resolverInstance->setApplicationInstance($applicationInstance);
- // Set command name
+ // Set namespace and command name
+ $resolverInstance->setNamespace('Hub\Controller');
$resolverInstance->setControllerName($controllerName);
// Return the prepared instance
// Set the application instance
$resolverInstance->setApplicationInstance($applicationInstance);
- // Set command name
+ // Set namespace and command name
+ $resolverInstance->setNamespace('Hub\Controller');
$resolverInstance->setControllerName($controllerName);
// Return the prepared instance