Skip to content

Commit

Permalink
Type
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jan 15, 2025
1 parent 19b0ff6 commit a04894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Listeners/General/EntityEmailedNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function handle($event)
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());
Expand Down

0 comments on commit a04894e

Please sign in to comment.