mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-22 20:07:47 +00:00
Adding missing arguments for services
This commit is contained in:
committed by
Pol Dellaiera
parent
69a56fb433
commit
86dbe527d8
@@ -3,7 +3,6 @@ parameters:
|
||||
|
||||
services:
|
||||
|
||||
|
||||
chill.person.form.type.select2maritalstatus:
|
||||
class: Chill\PersonBundle\Form\Type\Select2MaritalStatusType
|
||||
arguments:
|
||||
@@ -37,4 +36,6 @@ services:
|
||||
|
||||
Chill\PersonBundle\Repository\:
|
||||
resource: '../Repository/'
|
||||
arguments:
|
||||
- '@Doctrine\Persistence\ManagerRegistry'
|
||||
tags: ['doctrine.repository_service']
|
||||
|
||||
Reference in New Issue
Block a user