Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlRegisterCommand.php
index aaf5c4e52a9a00e9eb2508c2624c2420bb604f9e..a47b2a8f1f35fdbccfd4e2fd33cf2514f746fccc 100644 (file)
@@ -4,10 +4,13 @@ namespace CoreFramework\Command\Register;
 
 // Import framework stuff
 use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFranework\Controller\Controller;
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Registry\Registerable;
 use CoreFramework\Registry\Registry;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**