]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLoginCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLoginCommand.php
index 701515dae024139036c834f9162e9feb7b1d5711..5238d4de0d82afd3f686f45f0f401c735146f617 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Login;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Registry\Generic\Registry;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command for the login form
  *
@@ -132,7 +142,5 @@ class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}