This commit is contained in:
David Bomba 2025-01-15 20:08:42 +11:00
parent 19b0ff601a
commit a04894eab0
1 changed files with 1 additions and 1 deletions

View File

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