mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 09:44:23 +00:00
15 lines
628 B
YAML
15 lines
628 B
YAML
services:
|
|
|
|
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\ClosingMotiveRepository:
|
|
class: Chill\PersonBundle\Repository\ClosingMotiveRepository
|
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
|
arguments:
|
|
- 'Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive'
|