Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 87e2f8c

Browse files
authored
Update Inline.php
Declare module namespace before template path
1 parent 7b18cef commit 87e2f8c

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)