Skip to content

Commit 9446176

Browse files
author
Yauhen_Lyskavets
committed
MAGETWO-91768: Customer section not updated after subscription declined
- Code mess fix
1 parent 463a183 commit 9446176

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Newsletter/Controller/Subscriber/Unsubscribe.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
*/
77
namespace Magento\Newsletter\Controller\Subscriber;
88

9-
class Unsubscribe extends \Magento\Newsletter\Controller\Subscriber
9+
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
10+
11+
class Unsubscribe extends \Magento\Newsletter\Controller\Subscriber implements HttpGetActionInterface
1012
{
1113
/**
1214
* Unsubscribe newsletter.

0 commit comments

Comments
 (0)