feat: Add new command.

This commit is contained in:
Pol Dellaiera
2021-06-22 15:40:49 +02:00
parent 6e37e7feac
commit 141aabcddc
5 changed files with 377 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ services:
autowire: true
autoconfigure: true
Chill\PersonBundle\Service\:
resource: '../Service/'
autowire: true
autoconfigure: true
Chill\PersonBundle\Serializer\Normalizer\:
resource: '../Serializer/Normalizer/'
autowire: true
@@ -56,7 +61,7 @@ services:
tags:
- { name: security.voter }
- { name: chill.role }
chill.person.birthdate_validation:
class: Chill\PersonBundle\Validator\Constraints\BirthdateValidator
arguments: