X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=1e7f1d48f75e9a68e0803bef7bd71d416ff24fa6;hp=c5ab7dd84aa667e4ab04a4e84428395338562344;hb=276a54f13460010f0a5866466820c101ee08cbe6;hpb=2eac7fa61bc152da2e962d55e3a44e56faa12f93 diff --git a/index.php b/index.php index c5ab7dd8..1e7f1d48 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,15 @@ getConfigEntry('product_install_mode') == 'productive') || ($silentMode === true)) { @@ -133,7 +132,7 @@ final class ApplicationEntryPoint { $applicationInstance = NULL; // Is the class there? - if (class_exists('CoreFramework\Helper\Application\ApplicationHelper')) { + if (class_exists('Org\Mxchange\CoreFramework\Helper\Application\ApplicationHelper')) { // Get application instance $applicationInstance = ApplicationHelper::getSelfInstance();