add and display events in history timeline

This commit is contained in:
2019-02-08 16:39:12 +01:00
parent 8bf4621911
commit 2ff22a73fa
5 changed files with 316 additions and 0 deletions

View File

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