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