]> 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 f8057ab34aa4e81581e834dacfb64fd84173f807..6db2c2cef9fc5f6bb1da027c019aa567052584bd 100644 (file)
@@ -1,4 +1,13 @@
 <?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)
  *
@@ -197,7 +206,5 @@ class HtmlLoginAreaCommand extends BaseCommand implements Commandable {
                // Remember this action in registry
                Registry::getRegistry()->addInstance('action', $actionInstance);
        }
-}
 
-// [EOF]
-?>
+}