Skip to content

Commit 0ce497a

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

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
@@ -42,7 +42,7 @@ class Edit extends Widget implements ContainerInterface
4242
*
4343
* @var string
4444
*/
45-
protected $_template = 'template/edit.phtml';
45+
protected $_template = 'Magento_Email::template/edit.phtml';
4646

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

0 commit comments

Comments
 (0)