Merge pull request #5952 from turbo124/v5-develop
Assign public property to $message variable in CompanyImport.php
This commit is contained in:
commit
b9571a7801
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class CompanyImport implements ShouldQueue
|
|||
|
||||
private $request_array = [];
|
||||
|
||||
private $message = '';
|
||||
public $message = '';
|
||||
|
||||
private $importables = [
|
||||
// 'company',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue