chore: code cleanup

This commit is contained in:
Björn Fromme
2025-08-21 14:20:43 +02:00
parent c4e28818e0
commit e36009008c
273 changed files with 547 additions and 531 deletions
@@ -16,7 +16,8 @@ use Symfony\Component\String\Slugger\AsciiSlugger;
class IcsController extends AbstractController
{
public function __construct(private readonly LoggerInterface $logger)
{}
{
}
#[Route('/teamer/disposition/ics/{uuid}', name: 'app_teamer_disposition_ics')]
#[IsGranted('ROLE_TEAMER')]