File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
app/code/Magento/Newsletter/Controller/Subscriber Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
* Copyright © Magento, Inc. All rights reserved.
5
5
* See COPYING.txt for license details.
6
6
*/
7
+
7
8
namespace Magento \Newsletter \Controller \Subscriber ;
8
9
9
- class Confirm extends \Magento \Newsletter \Controller \Subscriber
10
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
11
+
12
+ /**
13
+ * Confirm subscritpion controller.
14
+ */
15
+ class Confirm extends \Magento \Newsletter \Controller \Subscriber implements HttpGetActionInterface
10
16
{
11
17
/**
12
- * Subscription confirm action
18
+ * Subscription confirm action.
19
+ *
13
20
* @return \Magento\Framework\Controller\Result\Redirect
14
21
*/
15
22
public function execute ()
Original file line number Diff line number Diff line change 4
4
* Copyright © Magento, Inc. All rights reserved.
5
5
* See COPYING.txt for license details.
6
6
*/
7
+
7
8
namespace Magento \Newsletter \Controller \Subscriber ;
8
9
9
10
use Magento \Customer \Api \AccountManagementInterface as CustomerAccountManagement ;
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \Newsletter \Controller \Subscriber ;
7
8
8
9
use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
You can’t perform that action at this time.
0 commit comments