configure SocialIssue consistency on Activity and AccompanyingPeriod

This commit is contained in:
2021-08-22 00:01:24 +02:00
parent 09e5cc1545
commit 075f22e79c
9 changed files with 54 additions and 11 deletions

View File

@@ -74,6 +74,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
$loader->load('services/alt_names.yaml');
$loader->load('services/household.yaml');
$loader->load('services/notification.yaml');
$loader->load('services/accompanyingPeriod.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');