add item 'events participation' in person menu

This commit is contained in:
2019-01-16 16:19:40 +01:00
parent d18f3dd3dd
commit d89e440784
6 changed files with 93 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class ChillEventExtension extends Extension implements PrependExtensionInterface
$loader->load('authorization.yml');
$loader->load('forms.yml');
$loader->load('fixtures.yml');
$loader->load('menu.yml');
}
/* (non-PHPdoc)