mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-10 17:08:41 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
e65e41bc30
commit
39e1285ea3
|
|
@ -54,13 +54,13 @@ class Supplier
|
|||
|
||||
public Account $account;
|
||||
|
||||
private array $contactElements = [];
|
||||
public array $contactElements = [];
|
||||
|
||||
private array $address = [];
|
||||
public array $address = [];
|
||||
|
||||
public Address $mainAddress;
|
||||
|
||||
private array $partners = [];
|
||||
public array $partners = [];
|
||||
|
||||
/**
|
||||
* Payments.
|
||||
|
|
@ -68,7 +68,7 @@ class Supplier
|
|||
* @var Payment[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $payments = [];
|
||||
public array $payments = [];
|
||||
|
||||
/**
|
||||
* Unit
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user