mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 20:46:14 +00:00
14 lines
504 B
YAML
14 lines
504 B
YAML
services:
|
|
Chill\MainBundle\Phonenumber\PhonenumberHelper:
|
|
arguments:
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$config: '%chill_main.phone_helper%'
|
|
$cachePool: '@cache.user_data'
|
|
|
|
Chill\MainBundle\Validation\Validator\ValidPhonenumber:
|
|
arguments:
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$phonenumberHelper: '@Chill\MainBundle\Phonenumber\PhonenumberHelper'
|
|
tags:
|
|
- { name: validator.constraint_validator }
|