]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
It is CoreFramework, not CoreFra*n*ework
[core.git] / inc / main / classes / commands / html / class_HtmlLoginAreaCommand.php
index 909cb92f4cadcaf51f56f684c5133e0708083d77..105883015a6d223a090cc8f2a5527cadf4fa2343 100644 (file)
@@ -5,9 +5,12 @@ namespace CoreFramework\Command\Login;
 // Import framework stuff
 use CoreFramework\Action\PerformableAction;
 use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Factory\ObjectFactory;
-use CoreFramework\Registry\Generic\Registry;
+use CoreFramework\Registry\Registry;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**