This commit is contained in:
Denis Duliçi 2020-09-02 10:42:24 +03:00
parent dfba3c3636
commit 37c968abf3

View File

@ -45,7 +45,7 @@ class Reset extends Notification
{ {
return (new MailMessage) return (new MailMessage)
->line(trans('auth.notification.message_1')) ->line(trans('auth.notification.message_1'))
->action(trans('auth.notification.button'), route('auth.reset', $this->token)) ->action(trans('auth.notification.button'), route('reset', $this->token))
->line(trans('auth.notification.message_2')); ->line(trans('auth.notification.message_2'));
} }
} }