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