Skip to content

Commit 49c9cce

Browse files
committed
ACP2E-2734: Emails are failing to send
1 parent 718e161 commit 49c9cce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/code/Magento/Sales/Model/EmailSenderHandler.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ class EmailSenderHandler
8484
* @param string|null $modifyStartFromDate
8585
*/
8686
public function __construct(
87-
Sender $emailSender,
88-
EntityAbstract $entityResource,
89-
AbstractCollection $entityCollection,
90-
ScopeConfigInterface $globalConfig,
91-
IdentityInterface $identityContainer = null,
87+
Sender $emailSender,
88+
EntityAbstract $entityResource,
89+
AbstractCollection $entityCollection,
90+
ScopeConfigInterface $globalConfig,
91+
IdentityInterface $identityContainer = null,
9292
StoreManagerInterface $storeManager = null,
93-
?ValueFactory $configValueFactory = null,
94-
?string $modifyStartFromDate = null,
93+
?ValueFactory $configValueFactory = null,
94+
?string $modifyStartFromDate = null,
9595
) {
9696
$this->emailSender = $emailSender;
9797
$this->entityResource = $entityResource;

0 commit comments

Comments
 (0)