diff --git a/app/Notifications/ResetPasswordNotification.php b/app/Notifications/ResetPasswordNotification.php index ea48eaf..7f0196d 100644 --- a/app/Notifications/ResetPasswordNotification.php +++ b/app/Notifications/ResetPasswordNotification.php @@ -9,10 +9,12 @@ class ResetPasswordNotification extends ResetPassword { public function toMail($notifiable) { - $url = url(route('password.reset', [ + + + $url = route('password.reset', [ 'token' => $this->token, 'email' => $notifiable->getEmailForPasswordReset(), - ], false)); + ]); return (new MailMessage) ->subject('Reset Kata Sandi Akun Anda')