mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-10 13:58:41 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
99ca144c63
commit
491140ca36
|
|
@ -143,7 +143,7 @@ class NewsArticle implements \JsonSerializable
|
|||
* @var Tag[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $tags = [];
|
||||
public array $tags = [];
|
||||
|
||||
/**
|
||||
* Comments
|
||||
|
|
@ -159,7 +159,7 @@ class NewsArticle implements \JsonSerializable
|
|||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $media = [];
|
||||
public array $media = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user