Create a controller for rendering menu

This commit is contained in:
2013-11-06 17:46:43 +01:00
parent 4e5775a9ac
commit 5393473c11
2 changed files with 22 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ parameters:
# cl_chill_main.example.class: CL\Chill\MainBundle\Example
services:
menu_composer:
cl_chill_main_menu_composer:
class: CL\Chill\MainBundle\DependencyInjection\Services\MenuComposer
arguments:
- "@router"