Continued:
[core.git] / inc / main / interfaces / actions / commands / class_Commandable.php
index ea636ff6530f85df3efd61ad647bf2ea73c4a923..2b62566d7fee796fda0e13d209382884f778f69e 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Command;
 
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * An interface for commands for the front controller
  *