Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit bda83af

Browse files
committed
🐛 fixed loading of env variables
1 parent f966095 commit bda83af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
|
3434
*/
3535
try {
36-
\Dotenv\Dotenv::createUnsafeImmutable(dirname(__DIR__))->load();
36+
\Dotenv\Dotenv::createImmutable(dirname(__DIR__))->load();
3737
} catch (\Throwable $th) {
3838
trigger_error($th);
3939
}

0 commit comments

Comments
 (0)