Skip to content

Commit d9f848f

Browse files
committed
Update Downloadable.php
Declare module namespace before template path
1 parent 4a4d5e3 commit d9f848f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Downloadable extends Widget implements TabInterface
3333
/**
3434
* @var string
3535
*/
36-
protected $_template = 'product/edit/downloadable.phtml';
36+
protected $_template = 'Magento_Downloadable::product/edit/downloadable.phtml';
3737

3838
/**
3939
* Accordion block id

0 commit comments

Comments
 (0)