Skip to content

Commit 9a1d23b

Browse files
committed
Update Samples.php
Declare module namespace before template path
1 parent 17ea286 commit 9a1d23b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Samples.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Samples extends \Magento\Backend\Block\Widget
2222
/**
2323
* @var string
2424
*/
25-
protected $_template = 'product/edit/downloadable/samples.phtml';
25+
protected $_template = 'Magento_Downloadable::product/edit/downloadable/samples.phtml';
2626

2727
/**
2828
* Downloadable file

0 commit comments

Comments
 (0)