service cl_chill_main_menu_composer -> chill.main.menu_composer

This commit is contained in:
Marc Ducobu 2014-11-05 17:11:14 +01:00
parent 842f26e2ed
commit 1c7de4c0b5

View File

@ -17,7 +17,7 @@ class AdminController extends Controller {
return $this->render('ChillMainBundle:Admin:index.html.twig', array(
'menu_composer' => $this->get('cl_chill_main_menu_composer'),
'menu_composer' => $this->get('chill.main.menu_composer'),
'menu' => $menu,
'header_title' => $header_title,
'page_title' => $page_title,