1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00

Merge pull request #5952 from turbo124/v5-develop

Assign public property to $message variable in CompanyImport.php
This commit is contained in:
David Bomba 2021-06-08 12:08:33 +10:00 committed by GitHub
commit b9571a7801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ class CompanyImport implements ShouldQueue
private $request_array = [];
private $message = '';
public $message = '';
private $importables = [
// 'company',