Skip to content

Commit abdba4d

Browse files
committed
Update Newsletter.php
Declare module namespace before template path
1 parent 0f981cf commit abdba4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/Newsletter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Newsletter extends \Magento\Customer\Block\Account\Dashboard
1818
/**
1919
* @var string
2020
*/
21-
protected $_template = 'form/newsletter.phtml';
21+
protected $_template = 'Magento_Customer::form/newsletter.phtml';
2222

2323
/**
2424
* @return bool

0 commit comments

Comments
 (0)