Make service private

This commit is contained in:
2024-08-08 14:58:28 +01:00
parent def65b0017
commit 1021b62f35

View File

@@ -4,7 +4,7 @@ services:
autoconfigure: true
Pcm\BadgeBundle\Twig\Component\Badge:
public: true
public: false
tags:
- { name: twig.component }