Merge pull request #3831 from laravel/analysis-XW6KOy

Applied fixes from StyleCI
This commit is contained in:
Taylor Otwell 2016-07-14 09:36:40 -05:00 committed by GitHub
commit db5d228f2b
1 changed files with 1 additions and 1 deletions

View File

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