mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Adding missing arguments for services
This commit is contained in:
parent
69a56fb433
commit
86dbe527d8
@ -3,7 +3,6 @@ parameters:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
||||||
chill.person.form.type.select2maritalstatus:
|
chill.person.form.type.select2maritalstatus:
|
||||||
class: Chill\PersonBundle\Form\Type\Select2MaritalStatusType
|
class: Chill\PersonBundle\Form\Type\Select2MaritalStatusType
|
||||||
arguments:
|
arguments:
|
||||||
@ -27,7 +26,7 @@ services:
|
|||||||
public: true
|
public: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.timeline, context: 'person' }
|
- { name: chill.timeline, context: 'person' }
|
||||||
|
|
||||||
chill.person.birthdate_validation:
|
chill.person.birthdate_validation:
|
||||||
class: Chill\PersonBundle\Validator\Constraints\BirthdateValidator
|
class: Chill\PersonBundle\Validator\Constraints\BirthdateValidator
|
||||||
arguments:
|
arguments:
|
||||||
@ -37,4 +36,6 @@ services:
|
|||||||
|
|
||||||
Chill\PersonBundle\Repository\:
|
Chill\PersonBundle\Repository\:
|
||||||
resource: '../Repository/'
|
resource: '../Repository/'
|
||||||
|
arguments:
|
||||||
|
- '@Doctrine\Persistence\ManagerRegistry'
|
||||||
tags: ['doctrine.repository_service']
|
tags: ['doctrine.repository_service']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user