Skip to content

Commit 5b5fd02

Browse files
committed
MAGETWO-59146: [Github] Disable email communication set to yes: email did get sent. #5988
1 parent 34257ca commit 5b5fd02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Email/Model/Mail/TransportInterfacePlugin.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ class TransportInterfacePlugin
2222
*/
2323
private $scopeConfig;
2424

25+
/**
26+
* @param ScopeConfigInterface $scopeConfig
27+
*/
2528
public function __construct(
2629
ScopeConfigInterface $scopeConfig
2730
) {

0 commit comments

Comments
 (0)