From 7cc1ea3a8f8cf1dad682542698f83fedf1533900 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 24 Sep 2023 00:45:57 +0000 Subject: [PATCH] fix tests --- Models/TaskAttributeType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/TaskAttributeType.php b/Models/TaskAttributeType.php index 191ecfe..870f4f5 100755 --- a/Models/TaskAttributeType.php +++ b/Models/TaskAttributeType.php @@ -49,7 +49,7 @@ class TaskAttributeType 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)