Skip to content

Commit

Permalink
Update Chooser.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 320748c commit 2ea290a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Chooser extends \Magento\Catalog\Block\Adminhtml\Category\Tree
*
* @var string
*/
protected $_template = 'catalog/category/widget/tree.phtml';
protected $_template = 'Magento_Catalog::catalog/category/widget/tree.phtml';

/**
* @return void
Expand Down

0 comments on commit 2ea290a

Please sign in to comment.