array = $array; } /** * Build the message. * * @return $this */ public function build() { return $this->view($this->array['view']) ->from($this->array['from'], env('MAIL_FROM_NAME')) ->subject($this->array['subject']); } }