mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
invoice mail name issue fix
This commit is contained in:
@@ -40,7 +40,7 @@ class SendInvoiceMail extends Mailable
|
||||
'mailable_id' => $this->data['invoice']['id']
|
||||
]);
|
||||
|
||||
return $this->from($this->data['from'])
|
||||
return $this->from($this->data['from'], env('MAIL_FROM_NAME'))
|
||||
->subject($this->data['subject'])
|
||||
->markdown('emails.send.invoice', ['data', $this->data]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user