Skip to content

Commit

Permalink
Add missing private attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jalogut committed Dec 12, 2017
1 parent 980c5a4 commit aa727bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/fileEAVAttribute/Model/${Entityname}.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class ${Entityname} extends AbstractModel implements IdentityInterface
*/
protected $_eventPrefix = '${vendorname}_${modulename}_${entityname}';

/**
* @var ${Fileattributename}Factory
*/
private $${fileattributename}Factory;

/**
* Initialize resource model
*
Expand Down

0 comments on commit aa727bf

Please sign in to comment.