From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 15:32:54 +0000 (+0100) Subject: Add package config file X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/1c7d1f765d99692711814312a787668649862122?ds=sidebyside Add package config file --- diff --git a/rapsys/packbundle/master/config/packages/rapsys_pack.yaml b/rapsys/packbundle/master/config/packages/rapsys_pack.yaml new file mode 100644 index 0000000..47ea68f --- /dev/null +++ b/rapsys/packbundle/master/config/packages/rapsys_pack.yaml @@ -0,0 +1,5 @@ +services: + rapsys_pack.twig.pack_extension: + class: Rapsys\PackBundle\Twig\PackExtension + arguments: [ '@file_locator', '@service_container', '@assets.packages' ] + tags: [ twig.extension ]