mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
7fa966d07f
commit
a1f57e6222
|
|
@ -69,7 +69,7 @@ class AccountAbstract
|
|||
* @var EntryInterface[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $entries = [];
|
||||
public array $entries = [];
|
||||
|
||||
/**
|
||||
* Get account id.
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class BatchPosting implements \Countable
|
|||
* @var PostingInterface[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $postings = [];
|
||||
public $postings = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user