From aa727bf435b1732a50ecf3ac1d8508118347056c Mon Sep 17 00:00:00 2001 From: alojua Date: Tue, 12 Dec 2017 10:53:34 +0100 Subject: [PATCH] Add missing private attribute --- templates/fileEAVAttribute/Model/${Entityname}.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/fileEAVAttribute/Model/${Entityname}.php b/templates/fileEAVAttribute/Model/${Entityname}.php index b292c6c..a827c5d 100644 --- a/templates/fileEAVAttribute/Model/${Entityname}.php +++ b/templates/fileEAVAttribute/Model/${Entityname}.php @@ -36,6 +36,11 @@ class ${Entityname} extends AbstractModel implements IdentityInterface */ protected $_eventPrefix = '${vendorname}_${modulename}_${entityname}'; + /** + * @var ${Fileattributename}Factory + */ + private $${fileattributename}Factory; + /** * Initialize resource model *