Skip to content

Commit

Permalink
\Magento\Framework\App\Helper\AbstractHelper leaking undeclared property
Browse files Browse the repository at this point in the history
/cc #2103
  • Loading branch information
nevvermind committed Apr 30, 2016
1 parent ee61591 commit 2b28097
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/internal/Magento/Framework/App/Helper/AbstractHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ abstract class AbstractHelper
* @var \Magento\Framework\App\Config\ScopeConfigInterface
*/
protected $scopeConfig;

/**
* @var \Magento\Framework\Cache\ConfigInterface
*/
protected $_cacheConfig;

/**
* @param Context $context
Expand Down

0 comments on commit 2b28097

Please sign in to comment.