mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-11 15: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[]
|
* @var Media[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected array $media = [];
|
public array $media = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ class CommentList
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $comments = [];
|
public array $comments = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is active
|
* Is active
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user