fixed #1586
This commit is contained in:
parent
dfba3c3636
commit
37c968abf3
@ -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'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user