Skip to content

Commit 375921f

Browse files
committed
PSR-4 fixes
1 parent bf4d938 commit 375921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerifierServer/PersistentState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public static function loadEnvConfig(): array
212212
echo "No .env file found. Creating one with default values." . PHP_EOL;
213213
}
214214

215-
$dotenv = Dotenv::createImmutable(__DIR__ . '/../');
215+
$dotenv = Dotenv::createImmutable(__DIR__ . '\\..\\..\\');
216216
$dotenv->load();
217217

218218
$env = $_ENV;

0 commit comments

Comments
 (0)