X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlLoginCommand.php;h=d7e942a9aea765507ee1169d78f9ca9177e96498;hp=707324682d0136441cbd53ee162dff844d3bf6ac;hb=7976764245f66fbb7a3c1f51a775ed917986d460;hpb=77a30079fe9e8694514fcff26a29a0a56f9f66cd diff --git a/inc/main/classes/commands/html/class_HtmlLoginCommand.php b/inc/main/classes/commands/html/class_HtmlLoginCommand.php index 70732468..d7e942a9 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginCommand.php @@ -4,10 +4,13 @@ namespace CoreFramework\Command\Login; // Import framework stuff use CoreFramework\Command\BaseCommand; +use CoreFramework\Command\Commandable; +use CoreFranework\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; /**