Skip to content

Commit de3c0b8

Browse files
committed
Update Newsletter.php
Declare module namespace before template path
1 parent b324468 commit de3c0b8

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

2525
/**
2626
* @return bool

0 commit comments

Comments
 (0)