Skip to content

Commit a0c157e

Browse files
author
Marcel Hauri
committed
[fix] add missing properties
1 parent 166dd61 commit a0c157e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/Widget/Model/Widget/Instance.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ class Instance extends \Magento\Framework\Model\AbstractModel
9696
*/
9797
protected $_relatedCacheTypes;
9898

99+
/**
100+
* @var \Magento\Catalog\Model\Product\Type
101+
*/
102+
protected $_productType;
103+
104+
/**
105+
* @var \Magento\Widget\Model\Config\Reader
106+
*/
107+
protected $_reader;
108+
99109
/**
100110
* @var \Magento\Framework\Escaper
101111
*/

0 commit comments

Comments
 (0)