Skip to content

Commit b9792cd

Browse files
committed
Update Inline.php
Declare module namespace before template path
1 parent 0ce497a commit b9792cd

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/GiftMessage/Block/Message

1 file changed

+1
-1
lines changed

app/code/Magento/GiftMessage/Block/Message/Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Inline extends \Magento\Framework\View\Element\Template
3333
/**
3434
* @var string
3535
*/
36-
protected $_template = 'inline.phtml';
36+
protected $_template = 'Magento_GiftMessage::inline.phtml';
3737

3838
/**
3939
* Gift message message

0 commit comments

Comments
 (0)