]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Resources/config/packages/rapsyspack.yaml
Remove constructor range argument
[packbundle] / Resources / config / packages / rapsyspack.yaml
index 1bb195af9fedeef568d46017bd45b079792686ce..f57cf7445cbfdbec9510ba9fce7e3abdd2b97ca6 100644 (file)
@@ -53,7 +53,7 @@ services:
     # Register slugger util service
     rapsyspack.slugger_util:
         class: 'Rapsys\PackBundle\Util\SluggerUtil'
-        arguments: [ '%env(string:RAPSYSPACK_RANGE)%', '%kernel.secret%' ]
+        arguments: [ '%kernel.secret%' ]
         public: true
     # Register range command
     Rapsys\PackBundle\Command\RangeCommand: