exports: create new indicator to count evaluations

This commit is contained in:
2022-08-09 16:06:32 +02:00
parent 72a5a6cd27
commit 93d0fbead5
6 changed files with 162 additions and 3 deletions

View File

@@ -100,6 +100,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');
}
/**