mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add a note about the custom service definition for the repository.
This commit is contained in:
parent
aebeefcf80
commit
f867f4985d
@ -75,6 +75,9 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
|
|||||||
$loader->load('services/form.yaml');
|
$loader->load('services/form.yaml');
|
||||||
$loader->load('services/templating.yaml');
|
$loader->load('services/templating.yaml');
|
||||||
$loader->load('services/alt_names.yaml');
|
$loader->load('services/alt_names.yaml');
|
||||||
|
// We can get rid of this file when the service 'chill.person.repository.person' is no more used.
|
||||||
|
// We should use the PersonRepository service instead of a custom service name.
|
||||||
|
$loader->load('services/repository.yaml');
|
||||||
$loader->load('services/serializer.yaml');
|
$loader->load('services/serializer.yaml');
|
||||||
$loader->load('services/security.yaml');
|
$loader->load('services/security.yaml');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user