Skip to content

Commit 8e4db88

Browse files
committed
Update Additional.php
Declare module namespace before template path
1 parent ec05358 commit 8e4db88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/View/Additional.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Additional extends \Magento\Framework\View\Element\Template
2525
/**
2626
* @var string
2727
*/
28-
protected $_template = 'product/view/additional.phtml';
28+
protected $_template = 'Magento_Catalog::product/view/additional.phtml';
2929

3030
/**
3131
* @return array

0 commit comments

Comments
 (0)