Skip to content

Commit 09e2e5b

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

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/Date.php

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

0 commit comments

Comments
 (0)