X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcontroller%2Fhtml%2Fclass_HtmlLogoutController.php;h=465059670e235302c768c8a18df2119d2d42b1d0;hp=8cd75c352b45bd591d5a29d3140d46783f174620;hb=9d7ec3e9729ea8a7a9418cf3f87a0e4bfcf4c3d5;hpb=0c8148de6d0f7877fd774cbf091eecf82799025a diff --git a/inc/main/classes/controller/html/class_HtmlLogoutController.php b/inc/main/classes/controller/html/class_HtmlLogoutController.php index 8cd75c35..46505967 100644 --- a/inc/main/classes/controller/html/class_HtmlLogoutController.php +++ b/inc/main/classes/controller/html/class_HtmlLogoutController.php @@ -3,6 +3,8 @@ namespace CoreFramework\Controller\Logout; // Import framework stuff +use CoreFramework\Controller\BaseController; +use CoreFramework\Controller\Generic\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Response\Responseable;