Skip to content

Commit ea49cd6

Browse files
committed
Update Created.php
Declare module namespace before template path
1 parent 1cbcd7c commit ea49cd6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Attribute/NewAttribute/Product

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Attribute/NewAttribute/Product/Created.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Created extends \Magento\Backend\Block\Widget
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'catalog/product/attribute/new/created.phtml';
19+
protected $_template = 'Magento_ConfigurableProduct::catalog/product/attribute/new/created.phtml';
2020

2121
/**
2222
* Core registry

0 commit comments

Comments
 (0)