1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #5955 from turbo124/v5-develop

Assign public property to $message
This commit is contained in:
David Bomba 2021-06-08 13:41:40 +10:00 committed by GitHub
commit a53bd95726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);