From: Raphaƫl Gertz Date: Thu, 7 Mar 2024 16:57:43 +0000 (+0100) Subject: Remove service container argument X-Git-Tag: 0.4.0~16 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/2aefda55632c6c04c59d2b2fa244362b6a419228 Remove service container argument --- diff --git a/Resources/config/packages/rapsyspack.yaml b/Resources/config/packages/rapsyspack.yaml index 9d63d14..c02e1ba 100644 --- a/Resources/config/packages/rapsyspack.yaml +++ b/Resources/config/packages/rapsyspack.yaml @@ -45,7 +45,7 @@ services: # Register twig pack extension rapsyspack.pack_extension: class: 'Rapsys\PackBundle\Extension\PackExtension' - arguments: [ '@service_container', '@rapsyspack.intl_util', '@file_locator', '@rapsyspack.path_package', '@rapsyspack.slugger_util' ] + arguments: [ '@rapsyspack.intl_util', '@file_locator', '@rapsyspack.path_package', '@rapsyspack.slugger_util', '%rapsyspack%' ] tags: [ 'twig.extension' ] # Register assets pack package rapsyspack.path_package: