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