add a menu builder for user menu

This commit is contained in:
2018-05-14 14:14:02 +02:00
parent 6fc9fa9833
commit be7949809b
4 changed files with 49 additions and 7 deletions

View File

@@ -97,6 +97,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
$loader->load('services/controller.yml');
$loader->load('services/routing.yml');
$loader->load('services/fixtures.yml');
$loader->load('services/menu.yml');
}
public function getConfiguration(array $config, ContainerBuilder $container)