Skip to content

Commit fbfdf47

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

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/Matrix.php

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

2121
/**
2222
* @var \Magento\Directory\Model\CurrencyFactory

0 commit comments

Comments
 (0)