Applied fixes from StyleCI

This commit is contained in:
Taylor Otwell
2016-07-14 10:36:36 -04:00
committed by StyleCI Bot
parent 7ec26ce916
commit 5183501c1b

View File

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