mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
send rendering of menu to devoted controller
This commit is contained in:
@@ -16,7 +16,7 @@ class PersonController extends Controller {
|
||||
}
|
||||
|
||||
return $this->render('CLChillPersonBundle:Person:view.html.twig',
|
||||
array("person" => $person, 'menu_composer' => $this->get('menu_composer'))
|
||||
array("person" => $person)
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user