Skip to content

Commit 66722e9

Browse files
committed
let dotenv overwrite existing variables
1 parent dce550a commit 66722e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap_override_with_dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
require __DIR__.'/../vendor/autoload.php';
1515

1616
/** @psalm-suppress UncaughtThrowInGlobalScope */
17-
Dotenv::createImmutable(__DIR__.'/../')->load();
17+
Dotenv::createMutable(__DIR__.'/../')->load();

0 commit comments

Comments
 (0)