mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 15:28:40 +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[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $locations = [];
|
||||
public array $locations = [];
|
||||
|
||||
/**
|
||||
* Contact data.
|
||||
|
|
@ -122,7 +122,7 @@ class Contact
|
|||
* @var Contact[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $contacts = [];
|
||||
public array $contacts = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user