Comments for hosted version

This commit is contained in:
David Bomba 2021-01-09 15:15:53 +11:00
parent 6b5da010a9
commit c317e93af3

View File

@ -85,6 +85,7 @@ class TemplateEmail extends Mailable
//conditionally attach files
if ($settings->pdf_email_attachment !== false && ! empty($this->build_email->getAttachments())) {
//hosted | plan check here
foreach ($this->build_email->getAttachments() as $file) {
if(is_string($file))