Update AdminController.php

This commit is contained in:
Julian Prieber 2023-10-26 11:50:13 +02:00
parent e9d4759583
commit 970580b629
1 changed files with 0 additions and 2 deletions

View File

@ -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