✨ feat(Webhooks): Remplace l'annotation Route obsolète par l'attribut Route.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user