]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/filter/shutdown/city/class_CityDaemonShutdownCityFilter.php
Continued:
[city.git] / application / city / classes / filter / shutdown / city / class_CityDaemonShutdownCityFilter.php
index a8f89fa27111bbf564d38026eb8ecf9e1f84157f..61700e39338399c759529d3395b5c6f31cd8caca 100644 (file)
@@ -1,4 +1,16 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\Daemon\Filter\Shutdown;
+
+// Import application-specific stuff
+use Org\Mxchange\City\Filter\BaseCityFilter;
+use Org\Mxchange\Factory\City\Daemon\CityDaemonFactory;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Filter\Filterable;
+use Org\Mxchange\CoreFramework\Request\Requestable;
+use Org\Mxchange\CoreFramework\Response\Responseable;
+
 /**
  * A ShutdownCity filter for shutting down the city. This filter should be the
  * last one in 'shutdown' chain so the hub is shutted down at the very end of
@@ -63,6 +75,3 @@ class CityDaemonShutdownCityFilter extends BaseCityFilter implements Filterable
                $cityInstance->doShutdown();
        }
 }
-
-// [EOF]
-?>