Template Service

This commit is contained in:
David Bomba 2023-11-16 16:15:18 +11:00
parent a8eee34623
commit cae72b2776

View File

@ -114,7 +114,7 @@ class TemplateAction implements ShouldQueue
->setCompany($this->company) ->setCompany($this->company)
->build($data); ->build($data);
nlog($ts->getHtml()); // nlog($ts->getHtml());
if($this->send_email) { if($this->send_email) {
$pdf = $ts->getPdf(); $pdf = $ts->getPdf();