From 38deaf6f3694ca7519104001f91114a4876e1986 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 11 Jul 2022 16:17:38 +0200 Subject: [PATCH] remove outdated deprecated message --- src/Bundle/ChillMainBundle/Routing/MenuTwig.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Routing/MenuTwig.php b/src/Bundle/ChillMainBundle/Routing/MenuTwig.php index bf59bfcb8..9772a916c 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuTwig.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuTwig.php @@ -56,8 +56,6 @@ class MenuTwig extends AbstractExtension implements ContainerAwareInterface * - layout: the layout. Absolute path needed (i.e.: ChillXyzBundle:section:foo.html.twig) * - activeRouteKey : the key active, will render the menu differently. * - * @deprecated link: see https://redmine.champs-libres.coop/issues/179 for more informations - * * @param string $menuId * @param mixed[] $params */