mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-28 00:58:40 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
f9753df5f7
commit
1c25782354
|
|
@ -51,7 +51,7 @@ class WikiCategory implements \JsonSerializable
|
|||
* @var string|BaseStringL11n
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string | BaseStringL11n $name = '';
|
||||
public string | BaseStringL11n $name = '';
|
||||
|
||||
/**
|
||||
* Parent category.
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ class WikiDoc implements \JsonSerializable
|
|||
* @var Tag[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $tags = [];
|
||||
public array $tags = [];
|
||||
|
||||
/**
|
||||
* Media files
|
||||
|
|
@ -118,7 +118,7 @@ class WikiDoc implements \JsonSerializable
|
|||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $media = [];
|
||||
public array $media = [];
|
||||
|
||||
/**
|
||||
* Is versioned
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user