Skip to content

Commit 5a11c63

Browse files
committed
Update Edit.php
Declare module namespace before template path
1 parent d219d1c commit 5a11c63

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Email/Block/Adminhtml/Template

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Block/Adminhtml/Template/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Edit extends Widget implements ContainerInterface
4141
*
4242
* @var string
4343
*/
44-
protected $_template = 'template/edit.phtml';
44+
protected $_template = 'Magento_Email::template/edit.phtml';
4545

4646
/**
4747
* @var \Magento\Framework\Json\EncoderInterface

0 commit comments

Comments
 (0)