From ed22551313990120a34e5010519cd1b416d2d216 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/PostalCodeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/PostalCodeController.php b/Controller/PostalCodeController.php index cd7dd9ace..b68b68ced 100644 --- a/Controller/PostalCodeController.php +++ b/Controller/PostalCodeController.php @@ -21,7 +21,7 @@ namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\HttpFoundation\Request; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\Routing\Annotation\Route; use Chill\MainBundle\Entity\PostalCode; use Symfony\Component\HttpFoundation\JsonResponse; use Chill\MainBundle\Templating\TranslatableStringHelper;