]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/actions/commands/class_Commandable.php
It is CoreFramework, not CoreFra*n*ework
[core.git] / inc / main / interfaces / actions / commands / class_Commandable.php
index 2b62566d7fee796fda0e13d209382884f778f69e..064cd22135ec542fa70289b394e323f3aed03d96 100644 (file)
@@ -3,6 +3,8 @@
 namespace CoreFramework\Command;
 
 // Import framework stuff
+use CoreFramework\Action\PerformableAction;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
 
 /**