mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -22,7 +22,7 @@ class TimelineCenterController extends AbstractController
|
||||
{
|
||||
public function __construct(protected TimelineBuilder $timelineBuilder, protected PaginatorFactory $paginatorFactory, private readonly Security $security) {}
|
||||
|
||||
#[Route(path: '/{_locale}/center/timeline', name: 'chill_center_timeline', methods: ['GET'])]
|
||||
#[\Symfony\Component\Routing\Attribute\Route(path: '/{_locale}/center/timeline', name: 'chill_center_timeline', methods: ['GET'])]
|
||||
public function centerAction(Request $request): \Symfony\Component\HttpFoundation\Response
|
||||
{
|
||||
// collect reachable center for each group
|
||||
|
Reference in New Issue
Block a user