We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9446176 commit 0926605Copy full SHA for 0926605
app/code/Magento/Newsletter/Controller/Subscriber/Unsubscribe.php
@@ -1,13 +1,15 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
namespace Magento\Newsletter\Controller\Subscriber;
8
9
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
10
+/**
11
+ * Customers unsubscribe controller.
12
+ */
13
class Unsubscribe extends \Magento\Newsletter\Controller\Subscriber implements HttpGetActionInterface
14
{
15
0 commit comments