]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlRegisterCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlRegisterCommand.php
index 3aee36c3d66dec494d7fa69fb32c0d6ee2dc5b55..36a3c899338b769279bc3ba086566228f0680548 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Register;
+
+// Import framework stuff
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Registry\Generic\Registry;
+
 /**
  * A command class for the registration form
  *
@@ -133,7 +140,5 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty method
        }
-}
 
-// [EOF]
-?>
+}