Commit 5183501c authored by Taylor Otwell's avatar Taylor Otwell Committed by StyleCI Bot

Applied fixes from StyleCI

parent 7ec26ce9
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
Route::group([ Route::group([
'prefix' => 'api', 'prefix' => 'api',
'middleware' => 'auth:api' 'middleware' => 'auth:api',
], function () { ], function () {
// //
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment