From: Raphaƫl Gertz Date: Thu, 14 Nov 2019 22:19:52 +0000 (+0100) Subject: Fix package configuration X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/387d03b4d7991aef3be62fe8a1f660302010b905 Fix package configuration --- diff --git a/rapsys/userbundle/master/config/packages/rapsys_user.yaml b/rapsys/userbundle/master/config/packages/rapsys_user.yaml index c9de937..cc7322d 100644 --- a/rapsys/userbundle/master/config/packages/rapsys_user.yaml +++ b/rapsys/userbundle/master/config/packages/rapsys_user.yaml @@ -1,6 +1,10 @@ +#Service configuration services: + #Register default controller Rapsys\UserBundle\Controller\DefaultController: arguments: [ '@service_container', '@translator' ] - tags: [ controller.service_arguments ] + autowire: true + tags: [ 'controller.service_arguments' ] + #Register slugger utils service Rapsys\UserBundle\Utils\Slugger: - arguments: [ "@service_container" ] + arguments: [ '@service_container' ]