mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Service autodiscovery, autowire and autoconfigure.
This commit is contained in:
@@ -2,6 +2,9 @@ parameters:
|
||||
# cl_chill_person.example.class: Chill\PersonBundle\Example
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
chill.person.form.type.select2maritalstatus:
|
||||
class: Chill\PersonBundle\Form\Type\Select2MaritalStatusType
|
||||
@@ -36,6 +39,4 @@ services:
|
||||
|
||||
Chill\PersonBundle\Repository\:
|
||||
resource: '../Repository/'
|
||||
arguments:
|
||||
- '@Doctrine\Persistence\ManagerRegistry'
|
||||
tags: ['doctrine.repository_service']
|
||||
|
Reference in New Issue
Block a user