Eventlistener to create accompanyingPeriodWork

This commit is contained in:
2021-12-06 13:57:10 +00:00
committed by Julien Fastré
parent 9924c3a3b7
commit f10d762e59
5 changed files with 101 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ class ChillActivityExtension extends Extension implements PrependExtensionInterf
$loader->load('services/form.yaml');
$loader->load('services/templating.yaml');
$loader->load('services/accompanyingPeriodConsistency.yaml');
$loader->load('services/doctrine.entitylistener.yaml');
}
public function prepend(ContainerBuilder $container)