From 4dc2aefb5b87eb76d8cacdcd71a5a12e644b7b52 Mon Sep 17 00:00:00 2001 From: Tchama Date: Thu, 23 Jul 2020 15:21:14 +0200 Subject: [PATCH] fix sf4 deprecated: remove sensio_framework messages --- Controller/ThirdPartyController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ThirdPartyController.php b/Controller/ThirdPartyController.php index e5e41b42f..59a56af28 100644 --- a/Controller/ThirdPartyController.php +++ b/Controller/ThirdPartyController.php @@ -3,7 +3,7 @@ namespace Chill\ThirdPartyBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\Routing\Annotation\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; use Symfony\Component\HttpFoundation\Request; use Chill\ThirdPartyBundle\Entity\ThirdParty;