Rename variable
This commit is contained in:
parent
d1049f3a90
commit
3da4c42f71
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue