Skip to content

Commit 0926605

Browse files
author
Yauhen_Lyskavets
committed
MAGETWO-91768: Customer section not updated after subscription declined
- Statics fix
1 parent 9446176 commit 0926605

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
@@ -1,13 +1,15 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Newsletter\Controller\Subscriber;
87

98
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
109

10+
/**
11+
* Customers unsubscribe controller.
12+
*/
1113
class Unsubscribe extends \Magento\Newsletter\Controller\Subscriber implements HttpGetActionInterface
1214
{
1315
/**

0 commit comments

Comments
 (0)