Type
This commit is contained in:
parent
19b0ff601a
commit
a04894eab0
|
|
@ -78,7 +78,7 @@ class EntityEmailedNotification implements ShouldQueue
|
||||||
if (($key = array_search('mail', $methods)) !== false) {
|
if (($key = array_search('mail', $methods)) !== false) {
|
||||||
unset($methods[$key]);
|
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 = new NinjaMailerObject();
|
||||||
$nmo->mailable = new NinjaMailer((new EntitySentObject($event->invitation, $this->entity_string, $event->template, $company_user->portalType()))->build());
|
$nmo->mailable = new NinjaMailer((new EntitySentObject($event->invitation, $this->entity_string, $event->template, $company_user->portalType()))->build());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue