feat(Webhooks): Remplace l'annotation Route obsolète par l'attribut Route.

This commit is contained in:
Serreau Jovann
2026-02-06 11:09:27 +01:00
parent 7ff3538bcd
commit 4ced742e40

View File

@@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\KernelInterface;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\Routing\Attribute\Route;
class Webhooks extends AbstractController
{