Moved back out of "Generic" namespace, really no need
[core.git] / inc / main / classes / resolver / command / class_BaseCommandResolver.php
index 5f948a56ad4d84335c5a709ddbf4f7d1946681a6..6e469a30c64553f93d50068dd0280a0fe7fbda7d 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Resolver\Command;
 
 // Import framework stuff
+use CoreFramework\Command\Commandable;
 use CoreFramework\Command\InvalidCommandException;
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Request\Requestable;