from(config('notification.sender.address'), config('notification.sender.name')) ->subject(config('app.name').' - your second factor has been reset') ->markdown('mail.two-factor-reset', ['name' => $notifiable->name]); } public function toArray($notifiable): array { return []; } }