Skip to content

Commit 562ad21

Browse files
committed
Update Currency.php
Declare module namespace before template path
1 parent af5ca55 commit 562ad21

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CurrencySymbol/Block/Adminhtml/System

1 file changed

+1
-1
lines changed

app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Currency extends \Magento\Backend\Block\Template
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'system/currency/rates.phtml';
19+
protected $_template = 'Magento_CurrencySymbol::system/currency/rates.phtml';
2020

2121
/**
2222
* Prepare layout

0 commit comments

Comments
 (0)