add notification counter in user menu

This commit is contained in:
2018-04-27 22:22:21 +02:00
parent da0db5ba9a
commit 9b4bf04c9c
10 changed files with 179 additions and 2 deletions

View File

@@ -93,7 +93,8 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
$loader->load('services/export.yml');
$loader->load('services/form.yml');
$loader->load('services/validator.yml');
$loader->load('services/widget.yml');
$loader->load('services/controller.yml');
}
public function getConfiguration(array $config, ContainerBuilder $container)