make fixtures works for event module

This commit is contained in:
2019-01-15 11:12:06 +01:00
parent e1b5ec49f5
commit 97d79c5a22
2 changed files with 5 additions and 0 deletions

View File

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