From 6748c04e03f4ca68dcfaa7d5b353e06ec296f636 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 5 Mar 2016 19:44:23 +0100 Subject: [PATCH] Employee preparation --- Models/AccountAbstract.php | 2 ++ 1 file changed, 2 insertions(+) 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. *