Browse Source

Applied fixes from StyleCI

Taylor Otwell 7 years ago
parent
commit
5183501c1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -13,7 +13,7 @@
 
 Route::group([
     'prefix' => 'api',
-    'middleware' => 'auth:api'
+    'middleware' => 'auth:api',
 ], function () {
     //
 });