From 70d787bf8e676466dc44198bb55bbb568c321dc8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 4 Oct 2023 15:52:16 +0000 Subject: [PATCH] Force public member variables or mapper changes --- Models/Contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Contact.php b/Models/Contact.php index 5f6c613..4f90b49 100755 --- a/Models/Contact.php +++ b/Models/Contact.php @@ -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.