Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-01-12 20:48:12 +00:00 committed by StyleCI Bot
parent e91362eee6
commit a5aa089d66
4 changed files with 5 additions and 5 deletions

View file

@ -121,7 +121,7 @@ class UserController extends Controller
'password',
'name_first',
'name_last',
'username'
'username',
]));
Alert::success('Account has been successfully created.')->flash();