Skip to content

Commit 24a2534

Browse files
blanksearyaantony92
authored andcommitted
Fix: Access to an undefined property CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions::$enableValidator
1 parent 22cb893 commit 24a2534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomerSaveManager/SaveOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function disableValidator()
186186
*/
187187
public function enableValidator()
188188
{
189-
$this->enableValidator = true;
189+
$this->validatorEnabled = true;
190190

191191
return $this;
192192
}

0 commit comments

Comments
 (0)