This commit is contained in:
denisdulici
2018-11-06 14:00:30 +03:00
parent 99c735dba8
commit 270a44411d
7 changed files with 23 additions and 15 deletions

View File

@ -43,8 +43,6 @@ class Reset extends Notification
*/
public function toMail($notifiable)
{
setting(['general.company_name' => config('app.name')]);
return (new MailMessage)
->line(trans('auth.notification.message_1'))
->action(trans('auth.notification.button'), url('auth/reset', $this->token))