Add a note about the custom service definition for the repository.

This commit is contained in:
Pol Dellaiera 2021-05-12 15:14:17 +02:00
parent aebeefcf80
commit f867f4985d

View File

@ -75,6 +75,9 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
$loader->load('services/form.yaml');
$loader->load('services/templating.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/security.yaml');