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
8692811784
commit
3b9eb95b75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user