mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-15 12:08: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[]
|
* @var EntryInterface[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected array $entries = [];
|
public array $entries = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get account id.
|
* Get account id.
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ class BatchPosting implements \Countable
|
||||||
* @var PostingInterface[]
|
* @var PostingInterface[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $postings = [];
|
public $postings = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user