Skip to content

Commit a924cad

Browse files
authored
Update Created.php
Declare module namespace before template path
1 parent 17115ce commit a924cad

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
@@ -15,7 +15,7 @@ class Created extends \Magento\Backend\Block\Widget
1515
/**
1616
* @var string
1717
*/
18-
protected $_template = 'catalog/product/attribute/new/created.phtml';
18+
protected $_template = 'Magento_ConfigurableProduct::catalog/product/attribute/new/created.phtml';
1919

2020
/**
2121
* Core registry

0 commit comments

Comments
 (0)