mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user