mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
handling multi types and acc-period/repositories endpoint
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user