Test Setup Failed
Push — master ( 71b047...d335a5 )
by Sam
09:34
created
app/Providers/RouteServiceProvider.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
     protected function mapWebRoutes()
54 54
     {
55 55
         Route::middleware('web')
56
-             ->namespace($this->namespace)
57
-             ->group(base_path('routes/web.php'));
56
+                ->namespace($this->namespace)
57
+                ->group(base_path('routes/web.php'));
58 58
     }
59 59
 
60 60
     /**
@@ -67,8 +67,8 @@  discard block
 block discarded – undo
67 67
     protected function mapApiRoutes()
68 68
     {
69 69
         Route::prefix('api')
70
-             ->middleware('api')
71
-             ->namespace($this->namespace)
72
-             ->group(base_path('routes/api.php'));
70
+                ->middleware('api')
71
+                ->namespace($this->namespace)
72
+                ->group(base_path('routes/api.php'));
73 73
     }
74 74
 }
Please login to merge, or discard this patch.