mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-11 07:08:41 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
135ac7b067
commit
e870e01d7a
|
|
@ -59,7 +59,7 @@ class StockMovement
|
|||
* @var Account
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected Account $createdBy;
|
||||
public Account $createdBy;
|
||||
|
||||
/**
|
||||
* Created.
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class StockType
|
|||
*
|
||||
* @var string|BaseStringL11n
|
||||
*/
|
||||
protected string | BaseStringL11n $l11n;
|
||||
public string | BaseStringL11n $l11n;
|
||||
|
||||
/**
|
||||
* Set l11n
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user