Minor cleanup

This commit is contained in:
David Bomba 2023-11-10 09:36:01 +11:00
parent 939fdbc155
commit fdf3f252b1

View File

@ -89,7 +89,6 @@ class EmailPayment implements ShouldQueue
} }
} }
$nmo->mailable = new TemplateEmail($email_builder, $this->contact, $invitation); $nmo->mailable = new TemplateEmail($email_builder, $this->contact, $invitation);
$nmo->to_user = $this->contact; $nmo->to_user = $this->contact;
$nmo->settings = $this->settings; $nmo->settings = $this->settings;