Skip to content

Commit 613b07d

Browse files
committed
Update State.php
Declare module namespace before template path
1 parent a66dbfd commit 613b07d

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
@@ -16,7 +16,7 @@ class State extends \Magento\Framework\View\Element\Template
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'layer/state.phtml';
19+
protected $_template = 'Magento_LayeredNavigation::layer/state.phtml';
2020

2121
/**
2222
* Catalog layer

0 commit comments

Comments
 (0)