diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 88eadf3..2ffd6a2 100755 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -69,7 +69,7 @@ class AccountAbstract * @var EntryInterface[] * @since 1.0.0 */ - protected array $entries = []; + public array $entries = []; /** * Get account id. diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index e6d13ca..9d527e5 100755 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -62,7 +62,7 @@ class BatchPosting implements \Countable * @var PostingInterface[] * @since 1.0.0 */ - private $postings = []; + public $postings = []; /** * Constructor.