Fix directory name

This commit is contained in:
2024-08-08 12:11:47 +01:00
parent b01a9531fe
commit 70bc58b67f

View File

@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
namespace Pcm\BadgeBundle\Twig\Component;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent(template: "@PcmBadge/components/Badge.html.twig")]
final class Badge
{
}