From 8ae419bc59bd33237364ccbafc180336aaee1c72 Mon Sep 17 00:00:00 2001 From: Bradley Date: Thu, 8 Aug 2024 15:14:10 +0100 Subject: [PATCH] Register BadgeOutline --- config/services.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index b3fe788..e300a32 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -8,6 +8,11 @@ services: tags: - { name: twig.component } + Pcm\BadgeBundle\Twig\Component\BadgeOutline: + public: false + 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. #