mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
return early when model is missing
This commit is contained in:
parent
85edd8ace6
commit
412a4a1315
@ -31,6 +31,8 @@ class ClientLedgerBalanceUpdate implements ShouldQueue
|
|||||||
|
|
||||||
public $client;
|
public $client;
|
||||||
|
|
||||||
|
public $deleteWhenMissingModels = true;
|
||||||
|
|
||||||
public function __construct(Company $company, Client $client)
|
public function __construct(Company $company, Client $client)
|
||||||
{
|
{
|
||||||
$this->company = $company;
|
$this->company = $company;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user