mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	service cl_chill_main_menu_composer -> chill.main.menu_composer - 2
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user