Run symfonysetlist up to symfony_70

This commit is contained in:
2025-05-28 15:46:25 +02:00
parent 220110a403
commit 382f20c6ad
128 changed files with 515 additions and 518 deletions

View File

@@ -23,7 +23,7 @@ class AdminController extends AbstractController
/**
* Event admin.
*/
#[Route(path: '/{_locale}/admin/event', name: 'chill_event_admin_index')]
#[\Symfony\Component\Routing\Attribute\Route(path: '/{_locale}/admin/event', name: 'chill_event_admin_index')]
public function indexAdminAction(): \Symfony\Component\HttpFoundation\Response
{
return $this->render('@ChillEvent/Admin/index.html.twig');