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 1c7de4c0b5
commit efaf241cbf

View File

@ -8,11 +8,8 @@ class MenuController extends Controller
{
public function writeMenuAction($menu, $layout, $activeRouteKey = null, array $args = 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,
'args' => $args,
'activeRouteKey' => $activeRouteKey