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 bf4d938 commit 375921fCopy full SHA for 375921f
src/VerifierServer/PersistentState.php
@@ -212,7 +212,7 @@ public static function loadEnvConfig(): array
212
echo "No .env file found. Creating one with default values." . PHP_EOL;
213
}
214
215
- $dotenv = Dotenv::createImmutable(__DIR__ . '/../');
+ $dotenv = Dotenv::createImmutable(__DIR__ . '\\..\\..\\');
216
$dotenv->load();
217
218
$env = $_ENV;
0 commit comments