diff --git a/index.php b/index.php index 24eafb1..664163f 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ require __DIR__ . '/vendor/autoload.php'; ini_set('open_basedir', __DIR__); // Initialize environment variable handler -Dotenv::createImmutable(__DIR__)->load(); +Dotenv::createImmutable(__DIR__)->safeLoad(); // Initialize the container $container = new Container();