Test Failed
Pull Request — master (#236)
by
unknown
23:16
created
app/Providers/AppServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
         if (env('APP_ENV') != 'local') {
25 25
             URL::forceScheme('https');
26
-       }
26
+        }
27 27
     }
28 28
 
29 29
     /**
Please login to merge, or discard this patch.