Update AdminController.php
This commit is contained in:
parent
e9d4759583
commit
970580b629
|
@ -172,8 +172,6 @@ public function SendTestMail(Request $request)
|
|||
}
|
||||
|
||||
User::where('id', $id)->update(['email_verified_at' => $verify]);
|
||||
|
||||
return redirect('admin/users/all');
|
||||
}
|
||||
|
||||
//Create new user from the Admin Panel
|
||||
|
|
Loading…
Reference in New Issue