Add property to test

This commit is contained in:
2024-08-08 12:47:55 +01:00
parent 4c234b3ec3
commit 73a2837d6e

View File

@@ -9,5 +9,6 @@ use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent(name: 'Pcm:Badge', template: "@PcmBadge/components/Badge.html.twig")]
final class Badge
{
public string $colour;
}