line('In attachment see report you have requested.') ->attach(Storage::drive($this->drive)->path($this->fileName)); } public function toArray($notifiable): array { return [ 'path' => $this->fileName, ]; } }