mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #5952 from turbo124/v5-develop
Assign public property to $message variable in CompanyImport.php
This commit is contained in:
commit
b9571a7801
@ -89,7 +89,7 @@ class CompanyImport implements ShouldQueue
|
||||
|
||||
private $request_array = [];
|
||||
|
||||
private $message = '';
|
||||
public $message = '';
|
||||
|
||||
private $importables = [
|
||||
// 'company',
|
||||
|
Loading…
Reference in New Issue
Block a user