Skip to content

Commit

Permalink
Update Matrix.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 d5dbfb9 commit d036eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Matrix extends \Magento\Backend\Block\Template
/**
* @var string
*/
protected $_template = 'system/currency/rate/matrix.phtml';
protected $_template = 'Magento_CurrencySymbol::system/currency/rate/matrix.phtml';

/**
* @var \Magento\Directory\Model\CurrencyFactory
Expand Down

0 comments on commit d036eb2

Please sign in to comment.