mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-02 20:51:03 +02:00
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]);
|
User::where('id', $id)->update(['email_verified_at' => $verify]);
|
||||||
|
|
||||||
return redirect('admin/users/all');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Create new user from the Admin Panel
|
//Create new user from the Admin Panel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user