Skip to content

Commit 8573467

Browse files
author
Derrick Heesbeen
committed
[BUGFIX] Made method public so a plugin is possible.
1 parent 08f0056 commit 8573467

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
@@ -1127,7 +1127,7 @@ protected function sendEmailTemplate(
11271127
* @param CustomerInterface $customer
11281128
* @return bool
11291129
*/
1130-
protected function isConfirmationRequired($customer)
1130+
public function isConfirmationRequired($customer)
11311131
{
11321132
if ($this->canSkipConfirmation($customer)) {
11331133
return false;

0 commit comments

Comments
 (0)