Skip to content

Commit

Permalink
Update Additional.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince authored Jul 3, 2018
1 parent c809d9f commit e5d8965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Block/Product/View/Additional.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Additional extends \Magento\Framework\View\Element\Template
/**
* @var string
*/
protected $_template = 'product/view/additional.phtml';
protected $_template = 'Magento_Catalog::product/view/additional.phtml';

/**
* @return array
Expand Down

0 comments on commit e5d8965

Please sign in to comment.