chore: remove deprecation

This commit is contained in:
Björn Fromme
2024-01-10 12:26:15 +01:00
parent 33d8d9ad26
commit 25c44d3292
99 changed files with 99 additions and 99 deletions
@@ -9,7 +9,7 @@ use Psr\Log\LoggerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\HeaderUtils;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Security\Http\Attribute\IsGranted;
class IcsController extends AbstractController