X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlDoFormCommand.php;fp=inc%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlDoFormCommand.php;h=a23dc9b00739ed5f7572dacb3b8b5dcdbb5f17f5;hb=7976764245f66fbb7a3c1f51a775ed917986d460;hp=f1c193044d31762a039150632961d58983f6ebdc;hpb=77a30079fe9e8694514fcff26a29a0a56f9f66cd;p=core.git diff --git a/inc/main/classes/commands/html/class_HtmlDoFormCommand.php b/inc/main/classes/commands/html/class_HtmlDoFormCommand.php index f1c19304..a23dc9b0 100644 --- a/inc/main/classes/commands/html/class_HtmlDoFormCommand.php +++ b/inc/main/classes/commands/html/class_HtmlDoFormCommand.php @@ -4,7 +4,10 @@ namespace CoreFramework\Command\Form; // Import framework stuff use CoreFramework\Command\BaseCommand; +use CoreFramework\Command\Commandable; +use CoreFranework\Controller\Controller; use CoreFramework\Request\Requestable; +use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; /**