Skip to content

Commit 227177b

Browse files
authored
bug #6 Fix broken validatedBy in PasswordStrength (sstok)
This PR was merged into the 1.0-dev branch. Discussion ---------- | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT Commits ------- 25915c2 Fix broken validatedBy in PasswordStrength
2 parents f655fdc + 25915c2 commit 227177b

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)