diff --git a/application/Core/Application.php b/application/Core/Application.php index ed42bff..a65c790 100644 --- a/application/Core/Application.php +++ b/application/Core/Application.php @@ -2,7 +2,7 @@ /** For more info about namespaces plase @see http://php.net/manual/en/language.namespaces.importing.php */ namespace Mini\Core; -require APP . 'core/CoreFunctions.php'; +require APP . 'Core/CoreFunctions.php'; class Application {