From fdf3f252b1fdfe865c9c97fb4d3d78df96830eea Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 10 Nov 2023 09:36:01 +1100 Subject: [PATCH] Minor cleanup --- app/Jobs/Payment/EmailPayment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/Payment/EmailPayment.php b/app/Jobs/Payment/EmailPayment.php index f8729f707eab..5a481c34eb41 100644 --- a/app/Jobs/Payment/EmailPayment.php +++ b/app/Jobs/Payment/EmailPayment.php @@ -89,7 +89,6 @@ class EmailPayment implements ShouldQueue } } - $nmo->mailable = new TemplateEmail($email_builder, $this->contact, $invitation); $nmo->to_user = $this->contact; $nmo->settings = $this->settings;