mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-14 14:48:39 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
12656f73e6
commit
70d787bf8e
|
|
@ -114,7 +114,7 @@ class Contact
|
||||||
* @var Location[]
|
* @var Location[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected array $locations = [];
|
public array $locations = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contact data.
|
* Contact data.
|
||||||
|
|
@ -122,7 +122,7 @@ class Contact
|
||||||
* @var Contact[]
|
* @var Contact[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected array $contacts = [];
|
public array $contacts = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user