@@ -11,7 +11,7 @@ |
||
11 | 11 | |
12 | 12 | declare(strict_types=1); |
13 | 13 | |
14 | -if (is_dir($dir =__DIR__.'/../storage/logs')) { |
|
14 | +if (is_dir($dir = __DIR__.'/../storage/logs')) { |
|
15 | 15 | try { |
16 | 16 | include __DIR__.'/../public/index.php'; |
17 | 17 | } catch (\Exception $e) { |