Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Dec 20, 2023
1 parent 0da1130 commit 90d6ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private function init(): void
$this->getContainer()
->loadFromDirectory(APP_PATH . DIRECTORY_SEPARATOR . 'Providers');

// $this->openDefaultSystemConfigurationFiles();
$this->openDefaultSystemConfigurationFiles();
$this->openRoutesUser();
}

Expand Down
2 changes: 0 additions & 2 deletions src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 90d6ed8

Please sign in to comment.