Files
torsearch/src/Twig/Components/StatusBadge.php

11 lines
143 B
PHP

<?php
namespace App\Twig\Components;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent]
final class StatusBadge
{
}