Skip to content

Commit

Permalink
Update Alerts.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince committed Jul 3, 2018
1 parent 4310d50 commit d27263f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Alerts extends \Magento\Backend\Block\Widget\Tab
/**
* @var string
*/
protected $_template = 'catalog/product/tab/alert.phtml';
protected $_template = 'Magento_Catalog::catalog/product/tab/alert.phtml';

/**
* @return $this
Expand Down

0 comments on commit d27263f

Please sign in to comment.