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:
commit
a53bd95726
@ -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…
Reference in New Issue
Block a user