This commit is contained in:
Jay Trees 2022-03-01 11:10:21 +01:00
parent 4ac9646350
commit 76c1a666ad

View file

@ -47,7 +47,6 @@ class Email
$html = $renderer->render($this->mjml);
}
$to = $this->to;
$subject = $this->subject;
$message = $html;