mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-01-21 13:08:40 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
a021afa6b9
commit
1fa7d96774
|
|
@ -106,7 +106,7 @@ class Comment implements \JsonSerializable
|
|||
* @var Media[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $media = [];
|
||||
public array $media = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class CommentList
|
|||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $comments = [];
|
||||
public array $comments = [];
|
||||
|
||||
/**
|
||||
* Is active
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user