Skip to content

Commit 970580b

Browse files
committed
Update AdminController.php
1 parent e9d4759 commit 970580b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Http/Controllers/AdminController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ public function verifyUser(request $request)
172172
}
173173

174174
User::where('id', $id)->update(['email_verified_at' => $verify]);
175-
176-
return redirect('admin/users/all');
177175
}
178176

179177
//Create new user from the Admin Panel

0 commit comments

Comments
 (0)