From 0e2ee19f8f7edb9685a136ddc4bf5a6deea51110 Mon Sep 17 00:00:00 2001 From: Bradley Date: Tue, 27 Jun 2023 11:13:29 +0100 Subject: [PATCH] Adjust config --- config/services.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index 5d6715c..33e3751 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -10,3 +10,7 @@ services: Pcm\IconBundle\Twig\Extension\IconExtension: public: false alias: pcm_icon.icon_extension + + Pcm\IconBundle\Twig\Runtime\IconRuntime: + tags: + - { name: twig.runtime }