handling multi types and acc-period/repositories endpoint

This commit is contained in:
2021-05-13 00:54:32 +02:00
parent 4a04628d5b
commit 87e2ac9386
9 changed files with 434 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
services:
# temporary, waiting for https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/34
Chill\PersonBundle\Repository\AccompanyingPeriod\:
resource: './../../Repository/AccompanyingPeriod'
autowire: true
tags: [ doctrine.repository_service ]
chill.person.repository.person:
class: Chill\PersonBundle\Repository\PersonRepository
factory: ['@doctrine.orm.entity_manager', getRepository]