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
+1 -1
View File
@@ -10,7 +10,7 @@ use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\ResponseHeaderBag;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Security\Http\Attribute\IsGranted;
class DownloadController extends AbstractController