]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/actions/html/class_HtmlCityLoginStatusProblemAction.php
Continued:
[city.git] / application / city / classes / actions / html / class_HtmlCityLoginStatusProblemAction.php
index 7d278f25564bee6675764dfe93e71f4ff0527ec7..f29a70008e6701e22c9b9159a6c2d91bbcb31aeb 100644 (file)
@@ -1,10 +1,19 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\Action\Login;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Controller\Controller;
+use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Request\Requestable;
+use Org\Mxchange\CoreFramework\Response\Responseable;
+
 /**
  * An action for status problem handling
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015 City Developer Team
+ * @copyright  Copyright (c) 2015, 2016 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -77,6 +86,3 @@ class HtmlCityLoginStatusProblemAction extends BaseCityAction implements Command
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
        }
 }
-
-// [EOF]
-?>