mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
37 lines
1.5 KiB
YAML
37 lines
1.5 KiB
YAML
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]
|
|
arguments:
|
|
- 'Chill\PersonBundle\Entity\Person'
|
|
Chill\PersonBundle\Repository\PersonRepository: '@chill.person.repository.person'
|
|
|
|
Chill\PersonBundle\Repository\AccompanyingPeriod\ClosingMotiveRepository:
|
|
class: Chill\PersonBundle\Repository\AccompanyingPeriod\ClosingMotiveRepository
|
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
|
arguments:
|
|
- 'Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive'
|
|
|
|
Chill\PersonBundle\Repository\AccompanyingPeriodRepository:
|
|
class: Chill\PersonBundle\Repository\AccompanyingPeriodRepository
|
|
tags: [ doctrine.repository_service ]
|
|
arguments:
|
|
- '@Doctrine\Persistence\ManagerRegistry'
|
|
|
|
Chill\PersonBundle\Repository\AccompanyingPeriodParticipationRepository:
|
|
arguments:
|
|
- '@Doctrine\Persistence\ManagerRegistry'
|
|
tags: [ doctrine.repository_service ]
|
|
|
|
Chill\PersonBundle\Repository\AccompanyingPeriod\OriginRepository:
|
|
arguments:
|
|
- '@Doctrine\Persistence\ManagerRegistry'
|
|
tags: [ doctrine.repository_service ]
|