]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLoginAreaCommand.php
index e1d0eb95d193b821585c9ff4ad86b18d3eb33bc8..6db2c2cef9fc5f6bb1da027c019aa567052584bd 100644 (file)
@@ -1,10 +1,19 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Login;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Generic\Registry;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command for the login area (member/gamer area)
  *
  * @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
  *
@@ -197,7 +206,5 @@ class HtmlLoginAreaCommand extends BaseCommand implements Commandable {
                // Remember this action in registry
                Registry::getRegistry()->addInstance('action', $actionInstance);
        }
-}
 
-// [EOF]
-?>
+}