This commit is contained in:
denisdulici
2018-11-06 11:50:40 +03:00
parent e8fccd5e3f
commit 99c735dba8
6 changed files with 6 additions and 6 deletions

View File

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