Skip to content

Commit fd4d8f5

Browse files
authored
Update Js.php
Declare module namespace before template path
1 parent 8d8791b commit fd4d8f5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class Js extends \Magento\Backend\Block\Template
1717
*
1818
* @var string
1919
*/
20-
protected $_template = 'attribute/edit/js.phtml';
20+
protected $_template = 'Magento_Eav::attribute/edit/js.phtml';
2121
}

0 commit comments

Comments
 (0)