Skip to content

Commit

Permalink
Update State.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince committed Jul 6, 2018
1 parent a66dbfd commit 613b07d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class State extends \Magento\Framework\View\Element\Template
/**
* @var string
*/
protected $_template = 'layer/state.phtml';
protected $_template = 'Magento_LayeredNavigation::layer/state.phtml';

/**
* Catalog layer
Expand Down

0 comments on commit 613b07d

Please sign in to comment.