@@ -21,7 +21,7 @@ |
||
21 | 21 | throw new LogicException('Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'); |
22 | 22 | } |
23 | 23 | |
24 | -(new Dotenv())->bootEnv(dirname(__DIR__). '/.env'); |
|
24 | +(new Dotenv())->bootEnv(dirname(__DIR__) . '/.env'); |
|
25 | 25 | |
26 | 26 | // on install or upgrade, check if system requirements are met. |
27 | 27 | (new RequirementChecker($_ENV['ZIKULA_INSTALLED']))->verify(); |