]> 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 1ad15d54739f14f3d9dd105498ba5e7ae243d85c..8b8f18a1f9a3891707499d98fd5a13cc216fe346 100644 (file)
@@ -3,7 +3,9 @@
 namespace CoreFramework\Command\Login;
 
 // Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Registry\Registerable;
+use CoreFramework\Registry\Generic\Registry;
 
 /**
  * A command for the login form
@@ -138,7 +140,5 @@ class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}