mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Assign public property to
This commit is contained in:
parent
fd7d55dba6
commit
7c7e6db875
@ -243,10 +243,6 @@ class CompanyImport implements ShouldQueue
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(strlen($this->message) > 1){
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if($this->company->account->isFreeHostedClient() && count($this->backup_file->clients) > config('ninja.quotas.free.clients')){
|
if($this->company->account->isFreeHostedClient() && count($this->backup_file->clients) > config('ninja.quotas.free.clients')){
|
||||||
|
|
||||||
$client_count = count($this->backup_file->clients);
|
$client_count = count($this->backup_file->clients);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user