exports: add new countHousehold export

This commit is contained in:
2022-08-10 14:03:47 +02:00
parent 8efbf02f64
commit 3f4d4497af
5 changed files with 159 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
$loader->load('services/exports_accompanying_course.yaml');
$loader->load('services/exports_social_actions.yaml');
$loader->load('services/exports_evaluation.yaml');
$loader->load('services/exports_household.yaml');
}
/**