Assign public property to
This commit is contained in:
parent
fd7d55dba6
commit
7c7e6db875
1 changed files with 0 additions and 4 deletions
|
|
@ -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')){
|
||||
|
||||
$client_count = count($this->backup_file->clients);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue