Test removing template path

This commit is contained in:
2024-08-08 12:40:11 +01:00
parent c3d4793eae
commit 193a8c4899

View File

@@ -6,7 +6,7 @@ namespace Pcm\BadgeBundle\Twig\Component;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent(name: 'Badge', template: "@PcmBadge/components/Badge.html.twig")]
#[AsTwigComponent(name: 'Badge')]
final class Badge
{
}