mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fail safe for the system logger
This commit is contained in:
parent
14beb4b14f
commit
f0d2e82d0c
@ -44,6 +44,9 @@ class SystemLogger implements ShouldQueue
|
||||
|
||||
public function handle() :void
|
||||
{
|
||||
if(!$this->client)
|
||||
return;
|
||||
|
||||
$sl = [
|
||||
'client_id' => $this->client->id,
|
||||
'company_id' => $this->client->company->id,
|
||||
|
Loading…
Reference in New Issue
Block a user