mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
service cl_chill_main_menu_composer -> chill.main.menu_composer - 2
This commit is contained in:
parent
1c7de4c0b5
commit
efaf241cbf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user