diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index e961c39..ad526f8 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -46,6 +46,8 @@ abstract class AccountAbstract implements AccountInterface */ protected $type = null; + protected $parent = null; + /** * Entry list. *