]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlRegisterCommand.php
Moved back out of "Generic" namespace, really no need
[core.git] / inc / main / classes / commands / html / class_HtmlRegisterCommand.php
index 3aee36c3d66dec494d7fa69fb32c0d6ee2dc5b55..aaf5c4e52a9a00e9eb2508c2624c2420bb604f9e 100644 (file)
@@ -1,4 +1,15 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Register;
+
+// Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Registry\Registry;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command class for the registration form
  *
@@ -133,7 +144,5 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty method
        }
-}
 
-// [EOF]
-?>
+}