diff --git a/src/Application.php b/src/Application.php index ee1d382..3e340c7 100644 --- a/src/Application.php +++ b/src/Application.php @@ -63,7 +63,7 @@ private function init(): void $this->getContainer() ->loadFromDirectory(APP_PATH . DIRECTORY_SEPARATOR . 'Providers'); - // $this->openDefaultSystemConfigurationFiles(); + $this->openDefaultSystemConfigurationFiles(); $this->openRoutesUser(); } diff --git a/src/bootstrap.php b/src/bootstrap.php index ec02f5d..c37c2c9 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -45,8 +45,6 @@ const AXM_NAMESPACE = 'Axm\\'; require_once('axm_helper.php'); -require_once(APP_PATH . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR . 'App.php'); -require_once(APP_PATH . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR . 'Paths.php'); require_once(VENDOR_PATH . DIRECTORY_SEPARATOR . 'vlucas' . DIRECTORY_SEPARATOR . 'phpdotenv' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'Dotenv.php');