mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28: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;
|
public Account $account;
|
||||||
|
|
||||||
private array $contactElements = [];
|
public array $contactElements = [];
|
||||||
|
|
||||||
private array $address = [];
|
public array $address = [];
|
||||||
|
|
||||||
public Address $mainAddress;
|
public Address $mainAddress;
|
||||||
|
|
||||||
private array $partners = [];
|
public array $partners = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Payments.
|
* Payments.
|
||||||
|
|
@ -68,7 +68,7 @@ class Supplier
|
||||||
* @var Payment[]
|
* @var Payment[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $payments = [];
|
public array $payments = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit
|
* Unit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user