From a04894eab07ca8d41f387fade8523c215c33de60 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 15 Jan 2025 20:08:42 +1100 Subject: [PATCH] Type --- app/Listeners/General/EntityEmailedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/General/EntityEmailedNotification.php b/app/Listeners/General/EntityEmailedNotification.php index 14fc85173a..a5254aa5b7 100644 --- a/app/Listeners/General/EntityEmailedNotification.php +++ b/app/Listeners/General/EntityEmailedNotification.php @@ -78,7 +78,7 @@ class EntityEmailedNotification implements ShouldQueue if (($key = array_search('mail', $methods)) !== false) { unset($methods[$key]); - nlog((new EntitySentObject($event->invitation, $this->entity_string, $event->template, $company_user->portalType()))); + nlog((new EntitySentObject($event->invitation, $this->entity_string, $event->template, $company_user->portalType()))); $nmo = new NinjaMailerObject(); $nmo->mailable = new NinjaMailer((new EntitySentObject($event->invitation, $this->entity_string, $event->template, $company_user->portalType()))->build());