芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/app/Mail/InvoiceEmailManager.php
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']) ->with([ 'order' => $this->array['order'] ]); } }