X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcontroller%2Fhtml%2Fclass_HtmlLoginFailedController.php;h=43d0596d48466c519129cf483354308944a4ef77;hb=7629f2314d517561d4301ddfb068a797b6ed8700;hp=b1c1f7f36fe7e929d958c50d71376d3283408f0a;hpb=0c8148de6d0f7877fd774cbf091eecf82799025a;p=core.git diff --git a/inc/main/classes/controller/html/class_HtmlLoginFailedController.php b/inc/main/classes/controller/html/class_HtmlLoginFailedController.php index b1c1f7f3..43d0596d 100644 --- a/inc/main/classes/controller/html/class_HtmlLoginFailedController.php +++ b/inc/main/classes/controller/html/class_HtmlLoginFailedController.php @@ -3,7 +3,10 @@ namespace CoreFramework\Controller\Failed; // Import framework stuff +use CoreFramework\Controller\BaseController; +use CoreFramework\Controller\Controller; use CoreFramework\Request\Requestable; +use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; /**