mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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 $request_array = [];
|
||||||
|
|
||||||
private $message = '';
|
public $message = '';
|
||||||
|
|
||||||
private $importables = [
|
private $importables = [
|
||||||
// 'company',
|
// 'company',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user