rdv->activity: create event for storing the linked activity to a calendar

This commit is contained in:
nobohan
2021-09-21 15:44:45 +02:00
parent 99f2692684
commit 1a6c37e5a6
4 changed files with 52 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class ChillCalendarExtension extends Extension implements PrependExtensionInterf
$loader->load('services/controller.yml');
$loader->load('services/fixtures.yml');
$loader->load('services/form.yml');
$loader->load('services/event.yml');
}
public function prepend(ContainerBuilder $container)