@@ -16,7 +16,7 @@ |
||
| 16 | 16 | | |
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | -if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) { |
|
| 19 | +if(file_exists(__DIR__.'/../storage/framework/maintenance.php')) { |
|
| 20 | 20 | require __DIR__.'/../storage/framework/maintenance.php'; |
| 21 | 21 | } |
| 22 | 22 | |
@@ -16,7 +16,8 @@ |
||
| 16 | 16 | | |
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | -if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) { |
|
| 19 | +if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) |
|
| 20 | +{ |
|
| 20 | 21 | require __DIR__.'/../storage/framework/maintenance.php'; |
| 21 | 22 | } |
| 22 | 23 | |