Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 58e2e4b

Browse files
authored
Update State.php
Declare module namespace before template path
1 parent 87e2f8c commit 58e2e4b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/LayeredNavigation/Block/Navigation

1 file changed

+1
-1
lines changed

app/code/Magento/LayeredNavigation/Block/Navigation/State.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class State extends \Magento\Framework\View\Element\Template
1717
/**
1818
* @var string
1919
*/
20-
protected $_template = 'layer/state.phtml';
20+
protected $_template = 'Magento_LayeredNavigation::layer/state.phtml';
2121

2222
/**
2323
* Catalog layer

0 commit comments

Comments
 (0)