Fix for typo in company object
This commit is contained in:
parent
f96ed5d355
commit
6ad597177f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class NinjaMailerJob implements ShouldQueue
|
|||
Mail::to($this->nmo->to_user->email)
|
||||
->send($this->nmo->mailable);
|
||||
|
||||
LightLogs::create(new EmailSuccess($this->nmo->company_key->company_key))
|
||||
LightLogs::create(new EmailSuccess($this->nmo->company->company_key))
|
||||
->batch();
|
||||
|
||||
} catch (\Exception $e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue