From fa4afa8face143f1b91622f34b8385f6c4d3f89e Mon Sep 17 00:00:00 2001 From: Juan Cristobal <65052633+juancristobalgd1@users.noreply.github.com> Date: Tue, 2 Jan 2024 04:57:56 +0100 Subject: [PATCH] update file --- src/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap.php b/src/bootstrap.php index b17e4ca..7ac892c 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -44,7 +44,7 @@ require_once('functions.php'); $path = APP_PATH . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR; -config()->load(['App.php', 'Paths.php']); +config()->load(['App.php', 'Paths.php', 'Session.php']); require_once(VENDOR_PATH . DIRECTORY_SEPARATOR . 'vlucas' . DIRECTORY_SEPARATOR . 'phpdotenv' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'Dotenv.php');