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 44 * Copyright © Magento, Inc. All rights reserved.
55 * See COPYING.txt for license details.
66 */
7+
78namespace Magento \Newsletter \Controller \Subscriber ;
89
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
1016{
1117 /**
12- * Subscription confirm action
18+ * Subscription confirm action.
19+ *
1320 * @return \Magento\Framework\Controller\Result\Redirect
1421 */
1522 public function execute ()
Original file line number Diff line number Diff line change 44 * Copyright © Magento, Inc. All rights reserved.
55 * See COPYING.txt for license details.
66 */
7+
78namespace Magento \Newsletter \Controller \Subscriber ;
89
910use Magento \Customer \Api \AccountManagementInterface as CustomerAccountManagement ;
Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6+
67namespace Magento \Newsletter \Controller \Subscriber ;
78
89use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
You can’t perform that action at this time.
0 commit comments