Merge pull request #268 from hammerdawn/ThemeFixes
Repair the admin side add user functionality.
This commit is contained in:
commit
06232b84c2
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