mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-30 14:06:13 +00:00
8 lines
246 B
YAML
8 lines
246 B
YAML
services:
|
|
|
|
chill.person.repository.person:
|
|
class: Chill\PersonBundle\Repository\PersonRepository
|
|
autowire: true
|
|
autoconfigure: true
|
|
Chill\PersonBundle\Repository\PersonRepository: '@chill.person.repository.person'
|