Skip to content

Commit

Permalink
Update Toolbar.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince authored Jul 3, 2018
1 parent 70f6fe0 commit c809d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Toolbar extends \Magento\Framework\View\Element\Template
/**
* @var string
*/
protected $_template = 'product/list/toolbar.phtml';
protected $_template = 'Magento_Catalog::product/list/toolbar.phtml';

/**
* Catalog config
Expand Down

0 comments on commit c809d9f

Please sign in to comment.