Continued:
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Feb 2017 14:34:41 +0000 (15:34 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
- added "import" of ObjectFactory

Signed-off-by: Roland Häder <roland@mxchange.org>
application/tests/classes/commands/console/class_TestsConsoleMainCommand.php
application/tests/classes/controller/console/class_TestsConsoleDefaultNewsController.php
index.php

index f6de46d8458147af5d139746d88d1b481859ca91..945df4796fe5a615754b016934036532c679e758 100644 (file)
@@ -6,6 +6,7 @@ namespace CoreFramework\Tests\Command;
 use CoreFramework\Command\BaseCommand;
 use CoreFramework\Command\Commandable;
 use CoreFranework\Controller\Controller;
+use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Request\Requestable;
 use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
index f5639f64577919fb7c4cda6ec1e6a7760c36c53b..bb32c7029c259d2fece59091de28bdeb4db06ef9 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Tests\Controller;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Request\Requestable;
 use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
index ef108ab6608e922bb9a2d9a6f921a6f0dc0632ec..308cda9277dd63f3fef63dc86cdfbb6cf657b753 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,6 +4,7 @@ namespace CoreFramework\EntryPoint;
 
 // Import framework stuff
 use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Helper\Application\ApplicationHelper;
 use CoreFramework\Loader\ClassLoader;
 use CoreFramework\Generic\FrameworkException;