X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fclass_BaseFrameworkSystem.php;h=16dc8d890ea3016dc74bd2a9610129ed31905c6b;hp=e841f005d813b10ce2271f6634b5cfff1746395d;hb=bbf8d1ba0d35bac874225f0f9ef2102b4dbb1c78;hpb=65f6c4366c9709c9c7c9070d903f1d948be0d5b0 diff --git a/inc/main/classes/class_BaseFrameworkSystem.php b/inc/main/classes/class_BaseFrameworkSystem.php index e841f005..16dc8d89 100644 --- a/inc/main/classes/class_BaseFrameworkSystem.php +++ b/inc/main/classes/class_BaseFrameworkSystem.php @@ -5,6 +5,9 @@ namespace CoreFramework\Object; // Import framework stuff use CoreFramework\Configuration\FrameworkConfiguration; use CoreFramework\Generic\FrameworkInterface; +use CoreFramework\Loader\ClassLoader; +use CoreFramework\Manager\ManageableApplication; +use CoreFramework\Template\CompileableTemplate; // Import SPL stuff use \stdClass;