Force public member variables or mapper changes

This commit is contained in:
Dennis Eichhorn 2023-10-04 15:52:15 +00:00
parent 7fa966d07f
commit a1f57e6222
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ class AccountAbstract
* @var EntryInterface[]
* @since 1.0.0
*/
protected array $entries = [];
public array $entries = [];
/**
* Get account id.

View File

@ -62,7 +62,7 @@ class BatchPosting implements \Countable
* @var PostingInterface[]
* @since 1.0.0
*/
private $postings = [];
public $postings = [];
/**
* Constructor.