mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Remove debug code
This commit is contained in:
@@ -64,7 +64,7 @@ class ForgotPasswordController extends Controller
|
||||
// Send the email
|
||||
//
|
||||
$resetLink = url('/').'/resetpassword?guid='.$guid;
|
||||
dd(SendPasswordForgottenEmail::dispatch($ret, $resetLink));
|
||||
SendPasswordForgottenEmail::dispatch($ret, $resetLink);
|
||||
app('smarty.view')->assign('success', 'Password reset email has been sent!');
|
||||
}
|
||||
$sent = true;
|
||||
|
||||
Reference in New Issue
Block a user