Skip to content

Commit

Permalink
ENGCOM-2157: [Forwordport] Declare module namespace before template p…
Browse files Browse the repository at this point in the history
…ath name(Magento_Sales::order/info.phtml). #16476

 - Merge Pull Request #16476 from gelanivishal/magento2:2.3-develop-PR-port-16206
 - Merged commits:
   1. 4bd3f63
  • Loading branch information
magento-engcom-team committed Jul 2, 2018
2 parents f947cad + 4bd3f63 commit ad9ffe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/Block/Order/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Info extends \Magento\Framework\View\Element\Template
/**
* @var string
*/
protected $_template = 'order/info.phtml';
protected $_template = 'Magento_Sales::order/info.phtml';

/**
* Core registry
Expand Down

0 comments on commit ad9ffe3

Please sign in to comment.