mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Update repositories service discovery.
This commit is contained in:
parent
a6d6a962cd
commit
69a56fb433
@ -73,7 +73,6 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
|
|||||||
$loader->load('services/command.yaml');
|
$loader->load('services/command.yaml');
|
||||||
$loader->load('services/actions.yaml');
|
$loader->load('services/actions.yaml');
|
||||||
$loader->load('services/form.yaml');
|
$loader->load('services/form.yaml');
|
||||||
$loader->load('services/repository.yaml');
|
|
||||||
$loader->load('services/templating.yaml');
|
$loader->load('services/templating.yaml');
|
||||||
$loader->load('services/alt_names.yaml');
|
$loader->load('services/alt_names.yaml');
|
||||||
$loader->load('services/serializer.yaml');
|
$loader->load('services/serializer.yaml');
|
||||||
|
@ -34,3 +34,7 @@ services:
|
|||||||
- "%chill_person.validation.birtdate_not_before%"
|
- "%chill_person.validation.birtdate_not_before%"
|
||||||
tags:
|
tags:
|
||||||
- { name: validator.constraint_validator, alias: birthdate_not_before }
|
- { name: validator.constraint_validator, alias: birthdate_not_before }
|
||||||
|
|
||||||
|
Chill\PersonBundle\Repository\:
|
||||||
|
resource: '../Repository/'
|
||||||
|
tags: ['doctrine.repository_service']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user