service cl_chill_main_menu_composer -> chill.main.menu_composer - 2

This commit is contained in:
Marc Ducobu 2014-11-05 17:11:31 +01:00
parent 8692811784
commit 3b9eb95b75

View File

@ -8,11 +8,8 @@ class MenuController extends Controller
{ {
public function writeMenuAction($menu, $layout, $activeRouteKey = null, array $args = array() ) public function writeMenuAction($menu, $layout, $activeRouteKey = null, array $args = array() )
{ {
return $this->render($layout, array( return $this->render($layout, array(
'menu_composer' => $this->get('cl_chill_main_menu_composer'), 'menu_composer' => $this->get('chill.main.menu_composer'),
'menu' => $menu, 'menu' => $menu,
'args' => $args, 'args' => $args,
'activeRouteKey' => $activeRouteKey 'activeRouteKey' => $activeRouteKey