Skip to content

Commit

Permalink
Fail on .env load
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Sep 2, 2023
1 parent 742c771 commit 6a49ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/file-repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

try {
$dotEnv = Dotenv::createImmutable($basePath);
$dotEnv->safeLoad();
$dotEnv->load();

$httpUserAgent = $_SERVER['HTTP_USER_AGENT'] ?? '';

Expand Down

0 comments on commit 6a49ee5

Please sign in to comment.