Skip to content

Commit af5ca55

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

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Variations

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Variations/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Config extends Widget implements TabInterface
1818
/**
1919
* @var string
2020
*/
21-
protected $_template = 'catalog/product/edit/super/config.phtml';
21+
protected $_template = 'Magento_ConfigurableProduct::catalog/product/edit/super/config.phtml';
2222

2323
/**
2424
* Core registry

0 commit comments

Comments
 (0)