Continued:
[core.git] / inc / main / interfaces / actions / commands / class_Commandable.php
index 2b62566d7fee796fda0e13d209382884f778f69e..528e55f55deb1a15dd0cad24779fc680761bde77 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Command;
 
 // Import framework stuff
+use CoreFramework\Action\PerformableAction;
 use CoreFramework\Request\Requestable;
 
 /**