]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/actions/commands/class_Commandable.php
Continued:
[core.git] / inc / main / interfaces / actions / commands / class_Commandable.php
index 528e55f55deb1a15dd0cad24779fc680761bde77..30fce5fc55525138fca0ebae1fd8f20913d1e11b 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Command;
 
 // Import framework stuff
 use CoreFramework\Action\PerformableAction;
+use CoreFranework\Controller\Controller;
 use CoreFramework\Request\Requestable;
 
 /**