diff --git a/Resources/config/validation.yml b/Resources/config/validation.yml index af0ddc6..f1833e4 100644 --- a/Resources/config/validation.yml +++ b/Resources/config/validation.yml @@ -4,4 +4,4 @@ Markup\AddressingBundle\Checker\AddressUnderCheck: - Regex: pattern: '/[A-Z]{2}/' constraints: - - Markup\AddressingBundle\Validator\PostalCodeValidator: ~ + - Markup\AddressingBundle\Validator\PostalCodeConstraint: ~