mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 01:34:23 +00:00
7 lines
245 B
YAML
7 lines
245 B
YAML
services:
|
|
chill.person.repository.person:
|
|
class: Chill\PersonBundle\Repository\PersonRepository
|
|
autowire: true
|
|
autoconfigure: true
|
|
Chill\PersonBundle\Repository\PersonRepository: '@chill.person.repository.person'
|