Skip to content

Commit 010536d

Browse files
sedoniklenaorobei
andauthored
Renamed config to newsletterConfig
Co-Authored-By: Lena Orobei <[email protected]>
1 parent b88a3db commit 010536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CustomerGraphQl/Model/Resolver/CreateCustomer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
CreateCustomerAccount $createCustomerAccount,
4848
Config $newsletterConfig
4949
) {
50-
$this->config = $config;
50+
$this->newsLetterConfig = $newsLetterConfig;
5151
$this->extractCustomerData = $extractCustomerData;
5252
$this->createCustomerAccount = $createCustomerAccount;
5353
}

0 commit comments

Comments
 (0)