Force public member variables or mapper changes

This commit is contained in:
Dennis Eichhorn 2023-10-04 15:52:15 +00:00
parent a021afa6b9
commit 1fa7d96774
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ class Comment implements \JsonSerializable
* @var Media[]
* @since 1.0.0
*/
protected array $media = [];
public array $media = [];
/**
* Constructor.

View File

@ -38,7 +38,7 @@ class CommentList
* @var array
* @since 1.0.0
*/
private array $comments = [];
public array $comments = [];
/**
* Is active