Skip to content

Commit 878ac31

Browse files
authored
fix validation declaration for addresses under check (#9)
1 parent 4d52771 commit 878ac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Markup\AddressingBundle\Checker\AddressUnderCheck:
44
- Regex:
55
pattern: '/[A-Z]{2}/'
66
constraints:
7-
- Markup\AddressingBundle\Validator\PostalCodeValidator: ~
7+
- Markup\AddressingBundle\Validator\PostalCodeConstraint: ~

0 commit comments

Comments
 (0)