]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/resolver/command/image/class_ImageCommandResolver.php
Continued:
[core.git] / inc / main / classes / resolver / command / image / class_ImageCommandResolver.php
index 7aee6259f179b55760ace25e7911532d97fb91db..4a473b523280e47e43a8c6e8df5a08a7299b55e6 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Resolver\Command;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+
 /**
  * A command resolver for local (non-hubbed) image commands
  *
@@ -68,7 +74,5 @@ class ImageCommandResolver extends BaseCommandResolver implements CommandResolve
                // Return the prepared instance
                return $resolverInstance;
        }
-}
 
-// [EOF]
-?>
+}