It is CoreFramework, not CoreFra*n*ework
[core.git] / inc / main / interfaces / actions / commands / class_Commandable.php
index 30fce5fc55525138fca0ebae1fd8f20913d1e11b..064cd22135ec542fa70289b394e323f3aed03d96 100644 (file)
@@ -4,7 +4,7 @@ namespace CoreFramework\Command;
 
 // Import framework stuff
 use CoreFramework\Action\PerformableAction;
-use CoreFranework\Controller\Controller;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
 
 /**