From f9d4889a96ee4e2b3e7c7b5bfc5817d423917e2d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 15 Mar 2023 07:24:56 +1100 Subject: [PATCH] Remove unused --- app/Services/Quote/SendEmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Quote/SendEmail.php b/app/Services/Quote/SendEmail.php index de40d309e0d7..3fb32229612e 100644 --- a/app/Services/Quote/SendEmail.php +++ b/app/Services/Quote/SendEmail.php @@ -48,7 +48,7 @@ class SendEmail $this->quote->service()->markSent()->save(); - $this->quote->invitations->each(function ($invitation) use ($mo) { + $this->quote->invitations->each(function ($invitation) { if (! $invitation->contact->trashed() && $invitation->contact->email) { EmailEntity::dispatch($invitation, $invitation->company, $this->reminder_template);