Skip to content

Commit aa727bf

Browse files
committed
Add missing private attribute
1 parent 980c5a4 commit aa727bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/fileEAVAttribute/Model/${Entityname}.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ class ${Entityname} extends AbstractModel implements IdentityInterface
3636
*/
3737
protected $_eventPrefix = '${vendorname}_${modulename}_${entityname}';
3838

39+
/**
40+
* @var ${Fileattributename}Factory
41+
*/
42+
private $${fileattributename}Factory;
43+
3944
/**
4045
* Initialize resource model
4146
*

0 commit comments

Comments
 (0)