Skip to content

Commit

Permalink
Update File.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince committed Jul 3, 2018
1 parent 43ee7dd commit 4723db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class File extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Options\Typ
/**
* @var string
*/
protected $_template = 'catalog/product/edit/options/type/file.phtml';
protected $_template = 'Magento_Catalog::catalog/product/edit/options/type/file.phtml';
}

0 comments on commit 4723db4

Please sign in to comment.