mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-13 18:58:40 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
37b009a534
commit
794bcac6a6
|
|
@ -90,7 +90,7 @@ class Item implements \JsonSerializable
|
||||||
* @var BaseStringL11n[]
|
* @var BaseStringL11n[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $l11n = [];
|
public array $l11n = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parts list.
|
* Parts list.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user