]> git.mxchange.org Git - core.git/blobdiff - application/tests/class_ApplicationHelper.php
Continued:
[core.git] / application / tests / class_ApplicationHelper.php
index 68b23c5e5bea60dcd1144635f552f263a7522aa5..f210bbf43c8a3d61c794554b3cbfca39867625a9 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Helper\Application;
 
 // Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
 use CoreFramework\Registry\Registerable;
 
 /**
@@ -245,7 +246,5 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        public function assignExtraTemplateData (CompileableTemplate $templateInstance) {
                $this->partialStub('Unfinished method. templateInstance=' . $templateInstance->__toString());
        }
-}
 
-// [EOF]
-?>
+}