Skip to content

Commit 3a2f5c4

Browse files
committed
change property type of configview
1 parent 5bb1358 commit 3a2f5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Rss/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Category extends \Magento\Framework\View\Element\AbstractBlock implements
1919
/**
2020
* @var \Magento\Framework\Config\View
2121
*/
22-
protected $configView;
22+
private $configView;
2323

2424
/**
2525
* @var \Magento\Catalog\Model\CategoryFactory

0 commit comments

Comments
 (0)