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.