mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
commit
c4f842cf9d
@ -205,7 +205,6 @@ class NinjaMailerJob implements ShouldQueue
|
||||
nlog($exception->getMessage());
|
||||
|
||||
$job_failure = new EmailFailure($this->nmo->company->company_key);
|
||||
$job_failure->string_metric5 = get_parent_class($this);
|
||||
$job_failure->string_metric6 = substr($exception->getMessage(), 0, 150);
|
||||
|
||||
LightLogs::create($job_failure)
|
||||
|
Loading…
Reference in New Issue
Block a user