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);