From 66aae4a6b79d0078602596884f2bb544d625ccb4 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/Unit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Unit.php b/Models/Unit.php index 02b6972..30443c0 100755 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -87,7 +87,7 @@ class Unit implements \JsonSerializable public Address $mainAddress; - private array $address = []; + public array $address = []; /** * Constructor.