1
0
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:
David Bomba 2021-05-12 17:19:52 +10:00
parent 14beb4b14f
commit f0d2e82d0c

View File

@ -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,