Passed
Push — master ( dec71a...462556 )
by Peter
02:23
created
src/Providers/LiveOrLetDieServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function boot()
25 25
     {
26
-        if (! $this->app->routesAreCached()) {
26
+        if (!$this->app->routesAreCached()) {
27 27
             require __DIR__.'/../routes.php';
28 28
         }
29 29
 
Please login to merge, or discard this patch.