]> 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..bb70af186dbdb61f071847633f46e8113ac896ae 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
@@ -6,7 +18,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015, 2016 City Developer Team
+ * @copyright  Copyright (c) 2015 - 2023 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -63,6 +75,3 @@ class CityDaemonShutdownCityFilter extends BaseCityFilter implements Filterable
                $cityInstance->doShutdown();
        }
 }
-
-// [EOF]
-?>