]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLoginCommand.php
It is CoreFramework, not CoreFra*n*ework
[core.git] / inc / main / classes / commands / html / class_HtmlLoginCommand.php
index e3235769ab1fa3abd519da827ee6c07ba90656a3..2ab7b0e6ea63729aaf1d6a45f79c0c3088f11b52 100644 (file)
@@ -1,10 +1,24 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Login;
+
+// Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Registry\Registry;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command for the login form
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -132,7 +146,5 @@ class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}