From 17bf62df138ce9e4d6c86e7e523f467cb109888c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 13 Oct 2024 04:08:00 +0200 Subject: [PATCH] Add rapsystree parameter tree Update tree controller constructor arguments --- Resources/config/packages/rapsystree.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/packages/rapsystree.yaml b/Resources/config/packages/rapsystree.yaml index 88c2aea..4639e7b 100644 --- a/Resources/config/packages/rapsystree.yaml +++ b/Resources/config/packages/rapsystree.yaml @@ -1,11 +1,11 @@ # Parameters configuration -parameters: +rapsystree: # Services configuration services: # Register tree controller Rapsys\TreeBundle\Controller\TreeController: - arguments: [ '@service_container', '@twig' ] + arguments: [ '@service_container', '@router', '@request_stack', '@translator', '@twig' ] tags: [ 'controller.service_arguments' ] # Twig Configuration -- 2.41.1