Skip to content

Commit 1756134

Browse files
committed
Update File.php
Declare module namespace before template path
1 parent 09e2e5b commit 1756134

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class File extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Options\Typ
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'catalog/product/edit/options/type/file.phtml';
19+
protected $_template = 'Magento_Catalog::catalog/product/edit/options/type/file.phtml';
2020
}

0 commit comments

Comments
 (0)