mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +00:00
There is no need to use the bundle, we could have used the library instead. However, this idea is to switch to that bundle at some point.
15 lines
360 B
YAML
15 lines
360 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\MainBundle\Phonenumber\PhonenumberHelper: ~
|
|
|
|
Chill\MainBundle\Phonenumber\Templating:
|
|
tags:
|
|
- { name: twig.extension }
|
|
|
|
Chill\MainBundle\Validation\Validator\ValidPhonenumber:
|
|
tags:
|
|
- { name: validator.constraint_validator }
|