$this->token, 'email' => $notifiable->getEmailForPasswordReset(), ])); return (new MailMessage) ->subject(__('domains/auth/notifications.reset_password.subject')) ->line(__('domains/auth/notifications.reset_password.intro')) ->action(__('domains/auth/notifications.reset_password.action'), $url) ->line(__('domains/auth/notifications.reset_password.outro')); } public function toArray(object $notifiable): array { return []; } }