Skip to content

Commit

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

/**
* Prepare layout
Expand Down

0 comments on commit d5dbfb9

Please sign in to comment.