X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlRegisterCommand.php;h=676b48a16809b58f8ece85201f55631a376257a8;hb=1c8875ccc8d401dd52bdc6d6e5987db9cc2fffc5;hp=7d6f7982fb42307ba0a38dfdced6d1a13c37560b;hpb=68760af646a51cf18bd0e6e11e0ebfdeb324e0d2;p=core.git diff --git a/inc/main/classes/commands/html/class_HtmlRegisterCommand.php b/inc/main/classes/commands/html/class_HtmlRegisterCommand.php index 7d6f7982..676b48a1 100644 --- a/inc/main/classes/commands/html/class_HtmlRegisterCommand.php +++ b/inc/main/classes/commands/html/class_HtmlRegisterCommand.php @@ -3,7 +3,10 @@ namespace CoreFramework\Command\Register; // Import framework stuff +use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registerable; +use CoreFramework\Registry\Generic\Registry; +use CoreFramework\Request\Requestable; /** * A command class for the registration form @@ -139,7 +142,5 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { // Empty method } -} -// [EOF] -?> +}