Skip to content

Commit 06bcee3

Browse files
committed
Update Option.php
Declare module namespace before template path
1 parent 5c97366 commit 06bcee3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Option extends Widget
3838
/**
3939
* @var string
4040
*/
41-
protected $_template = 'catalog/product/edit/options/option.phtml';
41+
protected $_template = 'Magento_Catalog::catalog/product/edit/options/option.phtml';
4242

4343
/**
4444
* Core registry

0 commit comments

Comments
 (0)