mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Rename variable
This commit is contained in:
parent
d1049f3a90
commit
3da4c42f71
@ -56,7 +56,7 @@ class EmailMailable extends Mailable
|
||||
public function content()
|
||||
{
|
||||
return new Content(
|
||||
view: $this->email_object->template,
|
||||
view: $this->email_object->html_template,
|
||||
text: $this->email_object->text_template,
|
||||
with: [
|
||||
'text_body' => strip_tags($this->email_object->body), //@todo this is a bit hacky here.
|
||||
|
Loading…
Reference in New Issue
Block a user