Test Setup Failed
Branch dev6 (e08a73)
by Ron
26:44
created
public/index.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.