]> 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 ea636ff6530f85df3efd61ad647bf2ea73c4a923..30fce5fc55525138fca0ebae1fd8f20913d1e11b 100644 (file)
@@ -2,6 +2,11 @@
 // Own namespace
 namespace CoreFramework\Command;
 
+// Import framework stuff
+use CoreFramework\Action\PerformableAction;
+use CoreFranework\Controller\Controller;
+use CoreFramework\Request\Requestable;
+
 /**
  * An interface for commands for the front controller
  *