Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-01-17 23:21:33 +00:00 committed by StyleCI Bot
parent 31b4589eab
commit e2eff27a56
8 changed files with 8 additions and 8 deletions

View file

@ -80,7 +80,7 @@ class SecurityController extends Controller
{
if (! $request->has('token')) {
return response()->json([
'error' => 'Request is missing token parameter.'
'error' => 'Request is missing token parameter.',
], 500);
}