Skip to content

Commit 25915c2

Browse files
committed
Fix broken validatedBy in PasswordStrength
1 parent f655fdc commit 25915c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Validator/Constraints/PasswordStrength.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,4 @@ public function getRequiredOptions()
3636
{
3737
return ['minStrength'];
3838
}
39-
40-
public function validatedBy()
41-
{
42-
return 'rollerworks_password_strength';
43-
}
4439
}

0 commit comments

Comments
 (0)