Skip to content

Commit c809d9f

Browse files
authored
Update Toolbar.php
Declare module namespace before template path
1 parent 70f6fe0 commit c809d9f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Product/ProductList

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/ProductList/Toolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Toolbar extends \Magento\Framework\View\Element\Template
8282
/**
8383
* @var string
8484
*/
85-
protected $_template = 'product/list/toolbar.phtml';
85+
protected $_template = 'Magento_Catalog::product/list/toolbar.phtml';
8686

8787
/**
8888
* Catalog config

0 commit comments

Comments
 (0)