Skip to content

Commit 6ed9e7b

Browse files
author
Stanislav Idolov
authored
ENGCOM-2161: Declare module namespace before template path name(Magento_Sales::order/history.phtml). #16484
2 parents d8a95c9 + 519033a commit 6ed9e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/History.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class History extends \Magento\Framework\View\Element\Template
1919
/**
2020
* @var string
2121
*/
22-
protected $_template = 'order/history.phtml';
22+
protected $_template = 'Magento_Sales::order/history.phtml';
2323

2424
/**
2525
* @var \Magento\Sales\Model\ResourceModel\Order\CollectionFactory

0 commit comments

Comments
 (0)