mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 10:44:24 +00:00
6 lines
219 B
YAML
6 lines
219 B
YAML
services:
|
|
chill_group.repository.event:
|
|
class: Doctrine\ORM\EntityRepository
|
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
|
arguments:
|
|
- 'Chill\EventBundle\Entity\Event' |