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
@@ -7,7 +7,7 @@ use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
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 DeleteController extends AbstractController