X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlLoginCommand.php;h=2ab7b0e6ea63729aaf1d6a45f79c0c3088f11b52;hb=7da942b8177f7272700fd0bb7b0743bee9b58e4c;hp=1ad15d54739f14f3d9dd105498ba5e7ae243d85c;hpb=68760af646a51cf18bd0e6e11e0ebfdeb324e0d2;p=core.git diff --git a/inc/main/classes/commands/html/class_HtmlLoginCommand.php b/inc/main/classes/commands/html/class_HtmlLoginCommand.php index 1ad15d54..2ab7b0e6 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginCommand.php @@ -3,7 +3,15 @@ namespace CoreFramework\Command\Login; // Import framework stuff +use CoreFramework\Command\BaseCommand; +use CoreFramework\Command\Commandable; +use CoreFramework\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; /** * A command for the login form @@ -138,7 +146,5 @@ class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { // Empty for now } -} -// [EOF] -?> +}