mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-11 15:28:41 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
6b4cf370a6
commit
d3f32d305c
|
|
@ -103,7 +103,7 @@ class Client
|
||||||
* @var Payment[]
|
* @var Payment[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $payments = [];
|
public array $payments = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contact elements.
|
* Contact elements.
|
||||||
|
|
@ -111,7 +111,7 @@ class Client
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $contactElements = [];
|
public array $contactElements = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main address.
|
* Main address.
|
||||||
|
|
@ -127,7 +127,7 @@ class Client
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $address = [];
|
public array $address = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Partners.
|
* Partners.
|
||||||
|
|
@ -135,7 +135,7 @@ class Client
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $partners = [];
|
public array $partners = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sales representative.
|
* Sales representative.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user