diff --git a/Models/Promotion.php b/Models/Promotion.php index c17b966..4aa8ad0 100755 --- a/Models/Promotion.php +++ b/Models/Promotion.php @@ -118,7 +118,7 @@ class Promotion * @var Task[] * @since 1.0.0 */ - private array $tasks = []; + public array $tasks = []; /** * Media. @@ -126,7 +126,7 @@ class Promotion * @var \Modules\Media\Models\Media[] * @since 1.0.0 */ - private array $media = []; + public array $media = []; /** * Progress (0-100). @@ -166,7 +166,7 @@ class Promotion * @var AccountRelation[] * @since 1.0.0 */ - private array $accountRelations = []; + public array $accountRelations = []; /** * Attributes. @@ -174,7 +174,7 @@ class Promotion * @var int[]|PromotionAttribute[] * @since 1.0.0 */ - private array $attributes = []; + public array $attributes = []; /** * Constructor. diff --git a/Models/PromotionAttributeType.php b/Models/PromotionAttributeType.php index 96de742..0fb2a14 100755 --- a/Models/PromotionAttributeType.php +++ b/Models/PromotionAttributeType.php @@ -68,14 +68,14 @@ class PromotionAttributeType implements \JsonSerializable * * @var BaseStringL11n */ - private string | BaseStringL11n $l11n; + public string | BaseStringL11n $l11n; /** * Possible default attribute values * * @var array */ - private array $defaults = []; + public array $defaults = []; /** * Constructor. diff --git a/Models/PromotionAttributeValue.php b/Models/PromotionAttributeValue.php index e184b03..21faf4f 100755 --- a/Models/PromotionAttributeValue.php +++ b/Models/PromotionAttributeValue.php @@ -106,7 +106,7 @@ class PromotionAttributeValue implements \JsonSerializable * * @var null|BaseStringL11n */ - private ?BaseStringL11n $l11n = null; + public ?BaseStringL11n $l11n = null; /** * Set value