mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
* fix center resolver dispatcher * add scope resolver * tests for authorization helper
13 lines
585 B
YAML
13 lines
585 B
YAML
services:
|
|
# note: the services.yaml file define some autoloading
|
|
|
|
chill.person.repository.person:
|
|
class: Chill\PersonBundle\Repository\PersonRepository
|
|
autowire: true
|
|
autoconfigure: true
|
|
Chill\PersonBundle\Repository\PersonRepository: '@chill.person.repository.person'
|
|
|
|
Chill\PersonBundle\Repository\PersonACLAwareRepositoryInterface: '@Chill\PersonBundle\Repository\PersonACLAwareRepository'
|
|
|
|
Chill\PersonBundle\Repository\AccompanyingPeriodACLAwareRepositoryInterface: '@Chill\PersonBundle\Repository\AccompanyingPeriodACLAwareRepository'
|