From: Raphaƫl Gertz Date: Tue, 26 Dec 2017 16:40:57 +0000 (+0100) Subject: Cleanup service configuration template X-Git-Tag: 0.0.1~15 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/6ff370b10e4f5d77e213ca084edd5a4afb05dbd4 Cleanup service configuration template --- diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 3247182..dc64b83 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -2,14 +2,4 @@ services: rapsys_pack.twig.pack_extension: class: Rapsys\PackBundle\Twig\PackExtension arguments: [ '@file_locator', '@service_container' ] - tags: - - { name: twig.extension } -# rapsys_pack.cpack: -# class: Rapsys\PackBundle\Cpack -# arguments: [ '/usr/local/bin/cpack' ] -# rapsys_pack.jpack: -# class: Rapsys\PackBundle\Jpack -# arguments: [ '/usr/local/bin/jpack' ] -# -# class: Rapsys\PackBundle\Example -# arguments: ["@service_id", "plain_value", "%parameter%"] + tags: [ twig.extension ]