Run symfonysetlist up to symfony_70

This commit is contained in:
2025-05-28 15:46:25 +02:00
parent abb786495a
commit 13a9e14450
128 changed files with 515 additions and 518 deletions

View File

@@ -30,7 +30,7 @@ class NewsItemApiController
/**
* Get list of news items filtered on start and end date.
*/
#[Route(path: '/api/1.0/main/news/current.json', methods: ['get'])]
#[\Symfony\Component\Routing\Attribute\Route(path: '/api/1.0/main/news/current.json', methods: ['get'])]
public function listCurrentNewsItems(): JsonResponse
{
$total = $this->newsItemRepository->countCurrentNews();