mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- creating admin fix
- fixed hamburger menu in public folder - red cancel sharing button
This commit is contained in:
@@ -62,6 +62,7 @@ class UserController extends Controller
|
||||
}
|
||||
|
||||
// Update user data
|
||||
$user->role = $data->role;
|
||||
$user->email_verified_at = now();
|
||||
|
||||
$user->save();
|
||||
|
||||
Reference in New Issue
Block a user