Repair the admin side add user functionality.
This commit is contained in:
parent
921c7b1725
commit
9c87e03c0c
2 changed files with 11 additions and 0 deletions
|
@ -122,6 +122,7 @@ class UserController extends Controller
|
|||
'name_first',
|
||||
'name_last',
|
||||
'username',
|
||||
'root_admin',
|
||||
]));
|
||||
Alert::success('Account has been successfully created.')->flash();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue