]> Raphaël G. Git Repositories - recipe/commitdiff
Add package config file
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 15:32:54 +0000 (16:32 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 15:32:54 +0000 (16:32 +0100)
rapsys/packbundle/master/config/packages/rapsys_pack.yaml [new file with mode: 0644]

diff --git a/rapsys/packbundle/master/config/packages/rapsys_pack.yaml b/rapsys/packbundle/master/config/packages/rapsys_pack.yaml
new file mode 100644 (file)
index 0000000..47ea68f
--- /dev/null
@@ -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 ]