Skip to content

Commit 0f981cf

Browse files
committed
Update Services.php
Declare module namespace before template path
1 parent fbfdf47 commit 0f981cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

2121
/**
2222
* @var \Magento\Directory\Model\Currency\Import\Source\ServiceFactory

0 commit comments

Comments
 (0)