X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=753e54afef0c09cffd916413bb5bc1b00a937ca9;hp=f0f02f6df124b1ce00ac8d4c18ab96d35d9b7310;hb=c78c33ca9cf6231625c9736383c8dfd504480629;hpb=146c8b3c929a1b0ab17d6605e5ae949ac44899c1 diff --git a/index.php b/index.php index f0f02f6d..753e54af 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,7 @@ namespace CoreFramework\EntryPoint; use CoreFramework\Bootstrap\FrameworkBootstrap; use CoreFramework\Configuration\FrameworkConfiguration; use CoreFramework\Factory\ObjectFactory; +use CoreFramework\Filesystem\FileNotFoundException; use CoreFramework\Helper\Application\ApplicationHelper; use CoreFramework\Localization\LanguageSystem; use CoreFramework\Loader\ClassLoader; @@ -90,7 +91,7 @@ final class ApplicationEntryPoint { $templateInstance = NULL; // Get response instance - $responseInstance = ApplicationHelper::getSelfInstance()->getResponseInstance(); + $responseInstance = FrameworkBootstrap::getResponseInstance(); // Is the template engine loaded? if ((class_exists($tpl)) && (is_object($languageInstance))) {