mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 13:06:13 +00:00
15 lines
421 B
YAML
15 lines
421 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\MainBundle\Phonenumber\PhoneNumberHelperInterface: '@Chill\MainBundle\Phonenumber\PhonenumberHelper'
|
|
|
|
Chill\MainBundle\Phonenumber\PhonenumberHelper: ~
|
|
|
|
Chill\MainBundle\Phonenumber\Templating: ~
|
|
|
|
Chill\MainBundle\Validation\Validator\ValidPhonenumber:
|
|
tags:
|
|
- { name: validator.constraint_validator }
|