Skip to content

Commit c65e4d7

Browse files
committed
Update Configure.php
Declare module namespace before template path
1 parent 154cde1 commit c65e4d7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Composite

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Configure extends \Magento\Backend\Block\Widget
2121
/**
2222
* @var string
2323
*/
24-
protected $_template = 'catalog/product/composite/configure.phtml';
24+
protected $_template = 'Magento_Catalog::catalog/product/composite/configure.phtml';
2525

2626
/**
2727
* Core registry

0 commit comments

Comments
 (0)