From 2f3c8a78de57f9433ed36cbb44a6e1a2badc28cb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 24 Sep 2023 00:45:57 +0000 Subject: [PATCH] fix tests --- Models/PromotionAttributeType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/PromotionAttributeType.php b/Models/PromotionAttributeType.php index de66a18..96de742 100755 --- a/Models/PromotionAttributeType.php +++ b/Models/PromotionAttributeType.php @@ -49,7 +49,7 @@ class PromotionAttributeType implements \JsonSerializable * @var int * @since 1.0.0 */ - protected int $fields = 0; + public int $fields = 0; /** * Is a custom value allowed (e.g. custom string)