Skip to content

Commit 1ec1895

Browse files
committed
MC-29102: [2.4.x] [Magento Cloud] Customer receives newsletter unsubscription email after registering for new account
1 parent 5f64dce commit 1ec1895

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Newsletter/Controller/Ajax

1 file changed

+2
-0
lines changed

app/code/Magento/Newsletter/Controller/Ajax/Status.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Newsletter\Controller\Ajax;
79

810
use Magento\Framework\App\Action\Action;

0 commit comments

Comments
 (0)