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

Commit 972024f

Browse files
committed
🐛 fixed env inconsistencies
1 parent 92d47f1 commit 972024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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::createImmutable(dirname(__DIR__))->load();
36+
\Dotenv\Dotenv::createUnsafeImmutable(dirname(__DIR__))->load();
3737
} catch (\Throwable $th) {
3838
trigger_error($th);
3939
}

0 commit comments

Comments
 (0)