Repair the admin side add user functionality.

This commit is contained in:
Emmet Young 2017-01-23 13:24:14 +11:00
parent 921c7b1725
commit 9c87e03c0c
2 changed files with 11 additions and 0 deletions

View file

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