rdv: add new rdv form

This commit is contained in:
nobohan
2021-07-16 12:57:11 +02:00
parent e820f63f99
commit 0fd30160ac
8 changed files with 200 additions and 47 deletions

View File

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