diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php index f4433937..40375d30 100644 --- a/app/Http/Controllers/Auth/ForgotPasswordController.php +++ b/app/Http/Controllers/Auth/ForgotPasswordController.php @@ -28,9 +28,7 @@ class ForgotPasswordController extends Controller */ protected function sendResetLinkEmail($response) { - $link = "http://localhost:8000/?token=123"; - return $link; - //return ['status' => trans($response)]; + return ['status' => trans($response)]; } /**