We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce550a commit 66722e9Copy full SHA for 66722e9
tests/bootstrap_override_with_dotenv.php
@@ -14,4 +14,4 @@
14
require __DIR__.'/../vendor/autoload.php';
15
16
/** @psalm-suppress UncaughtThrowInGlobalScope */
17
-Dotenv::createImmutable(__DIR__.'/../')->load();
+Dotenv::createMutable(__DIR__.'/../')->load();
0 commit comments