X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlLogoutCommand.php;h=35991a2aa1a4348f0fc960e4c84af41114761bed;hp=20111df2a92cec3565f817f3fb67da6ca91cdf6c;hb=7976764245f66fbb7a3c1f51a775ed917986d460;hpb=77a30079fe9e8694514fcff26a29a0a56f9f66cd diff --git a/inc/main/classes/commands/html/class_HtmlLogoutCommand.php b/inc/main/classes/commands/html/class_HtmlLogoutCommand.php index 20111df2..35991a2a 100644 --- a/inc/main/classes/commands/html/class_HtmlLogoutCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLogoutCommand.php @@ -4,8 +4,11 @@ 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\Request\Requestable; +use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; /**