Passed
Push — master ( 33a07b...f9907b )
by Chris
02:56
created
app/Providers/RouteServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     protected function mapApiRoutes()
74 74
     {
75 75
         Route::prefix('api')
76
-            ->middleware(['api', 'auth:sanctum'])
76
+            ->middleware([ 'api', 'auth:sanctum' ])
77 77
             ->namespace($this->namespace)
78 78
             ->group(base_path('routes/api.php'));
79 79
     }
Please login to merge, or discard this patch.