]> 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 7d6f7982fb42307ba0a38dfdced6d1a13c37560b..36a3c899338b769279bc3ba086566228f0680548 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Command\Register;
 
 // Import framework stuff
 use CoreFramework\Registry\Registerable;
+use CoreFramework\Registry\Generic\Registry;
 
 /**
  * A command class for the registration form
@@ -139,7 +140,5 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty method
        }
-}
 
-// [EOF]
-?>
+}