From 5e5079adb5181fb07273d11b5d7dcfcf184f5cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morel?= Date: Sat, 14 Jun 2025 12:58:52 +0200 Subject: [PATCH] Update Party.php Allow Dynamic Properties --- src/Classes/Party.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Classes/Party.php b/src/Classes/Party.php index 7145a66..818543e 100644 --- a/src/Classes/Party.php +++ b/src/Classes/Party.php @@ -7,6 +7,7 @@ /** * Class Party */ +#[\AllowDynamicProperties] class Party implements PartyContract { public $custom_fields;