diff --git a/Models/Comment.php b/Models/Comment.php index f4707a4..df6fcfe 100755 --- a/Models/Comment.php +++ b/Models/Comment.php @@ -106,7 +106,7 @@ class Comment implements \JsonSerializable * @var Media[] * @since 1.0.0 */ - protected array $media = []; + public array $media = []; /** * Constructor. diff --git a/Models/CommentList.php b/Models/CommentList.php index 1e7163c..f84c114 100755 --- a/Models/CommentList.php +++ b/Models/CommentList.php @@ -38,7 +38,7 @@ class CommentList * @var array * @since 1.0.0 */ - private array $comments = []; + public array $comments = []; /** * Is active