@@ -30,7 +30,7 @@ |
||
| 30 | 30 | (bool) ($_ENV['DEBUG_MODE'] ?? false), |
| 31 | 31 | ) |
| 32 | 32 | ), |
| 33 | - Dotenv::class => function (): Dotenv { |
|
| 33 | + Dotenv::class => function(): Dotenv { |
|
| 34 | 34 | $dotenv = Dotenv::createImmutable( |
| 35 | 35 | __DIR__ . '/../../', |
| 36 | 36 | ['.env', '.env.dist'] |