From 3ceb50892199e06b658094450320622f7e1b7000 Mon Sep 17 00:00:00 2001 From: Bradley Date: Thu, 8 Aug 2024 12:33:55 +0100 Subject: [PATCH] Tag badge component --- config/services.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index ae0eb46..14b6b11 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -3,6 +3,11 @@ services: autowire: true autoconfigure: true + Pcm\BadgeBundle\Twig\Component\Badge: + public: true + tags: + - { name: twig.component } + # Hide the fully qualified Greeting class name from public view # but give the class an alias. This alias will be made public instead. #