]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/commands/console/class_CityConsoleDaemonCommand.php
Next wave:
[city.git] / application / city / classes / commands / console / class_CityConsoleDaemonCommand.php
index 449363f1fee7aa7dcf185147b1320315425a83b2..32625752e276a09f25eb0f30ba33ec430e434dd3 100644 (file)
@@ -1,4 +1,20 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\Command;
+
+// Import own stuff
+use Org\Mxchange\City\Daemon\Factory\CityDaemonFactory;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Command\BaseCommand;
+use Org\Mxchange\CoreFramework\Command\Commandable;
+use Org\Mxchange\CoreFramework\Controller\Controller;
+use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Registry\Registry;
+use Org\Mxchange\CoreFramework\Request\Requestable;
+use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
+use Org\Mxchange\CoreFramework\Response\Responseable;
+
 /**
  * A command for the 'daemon' routine
  *
@@ -133,6 +149,3 @@ class CityConsoleDaemonCommand extends BaseCommand implements Commandable {
                $controllerInstance->addShutdownFilter(ObjectFactory::createObjectByConfiguredName('city_daemon_shutdown_city_filter'));
        }
 }
-
-// [EOF]
-?>