Skip to content

Commit 0c79bcc

Browse files
author
Mark Berube
committed
MC-40096: Changing groupId functionality on createAccount()
1 parent bf2796d commit 0c79bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class AccountManagement implements AccountManagementInterface
386386
/**
387387
* @var AuthorizationInterface
388388
*/
389-
protected $authorization;
389+
private $authorization;
390390

391391
/**
392392
* @param CustomerFactory $customerFactory

0 commit comments

Comments
 (0)