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 *