Skip to content

Commit

Permalink
Fix: Access to an undefined property CustomerManagementFrameworkBundl…
Browse files Browse the repository at this point in the history
…e\CustomerSaveManager\SaveOptions::$enableValidator
  • Loading branch information
blankse authored and aryaantony92 committed Mar 2, 2022
1 parent 22cb893 commit 24a2534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomerSaveManager/SaveOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function disableValidator()
*/
public function enableValidator()
{
$this->enableValidator = true;
$this->validatorEnabled = true;

return $this;
}
Expand Down

0 comments on commit 24a2534

Please sign in to comment.