Skip to content

Commit b88a3db

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

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
@@ -45,7 +45,7 @@ class CreateCustomer implements ResolverInterface
4545
public function __construct(
4646
ExtractCustomerData $extractCustomerData,
4747
CreateCustomerAccount $createCustomerAccount,
48-
Config $config
48+
Config $newsletterConfig
4949
) {
5050
$this->config = $config;
5151
$this->extractCustomerData = $extractCustomerData;

0 commit comments

Comments
 (0)