From: Roland Haeder Date: Wed, 22 Feb 2017 22:19:29 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=4ef89c509993560a05ccdb56d02e2884510ec2de Continued: - added "import" for ObjectFactory Signed-off-by: Roland Häder --- diff --git a/application/tests/class_ApplicationHelper.php b/application/tests/class_ApplicationHelper.php index 3d5e2c92..fdf74a81 100644 --- a/application/tests/class_ApplicationHelper.php +++ b/application/tests/class_ApplicationHelper.php @@ -5,6 +5,7 @@ namespace CoreFramework\Helper\Application; // Import framework stuff use CoreFramework\Manager\ManageableApplication; use CoreFramework\Object\BaseFrameworkSystem; +use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registerable; use CoreFramework\Registry\Generic\Registry; use CoreFramework\Template\CompileableTemplate; diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index b5223158..b365a9f3 100644 --- a/inc/database/lib-local.php +++ b/inc/database/lib-local.php @@ -1,4 +1,7 @@