1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-25 07:28:50 +02:00

Update AdminController.php

This commit is contained in:
Julian Prieber 2023-10-26 11:50:13 +02:00
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