mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
16 lines
620 B
YAML
16 lines
620 B
YAML
services:
|
|
|
|
Chill\PersonBundle\Repository\PersonRepository:
|
|
class: Chill\PersonBundle\Person\PersonRepository
|
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
|
arguments:
|
|
- 'Chill\PersonBundle\Entity\Person'
|
|
|
|
Chill\PersonBundle\Repository\ClosingMotiveRepository:
|
|
class: Chill\PersonBundle\Repository\ClosingMotiveRepository
|
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
|
arguments:
|
|
- 'Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive'
|
|
tags:
|
|
- { name: doctrine.repository_service }
|