Skip to content

Commit 5a8877f

Browse files
authored
Update Newsletter.php
Declare module namespace before template path
1 parent 3548a08 commit 5a8877f

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
@@ -19,7 +19,7 @@ class Newsletter extends \Magento\Customer\Block\Account\Dashboard
1919
/**
2020
* @var string
2121
*/
22-
protected $_template = 'form/newsletter.phtml';
22+
protected $_template = 'Magento_Customer::form/newsletter.phtml';
2323

2424
/**
2525
* @return bool

0 commit comments

Comments
 (0)