From 9573f44001caf50ec977b60b48dbe55606204a06 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/SingleTaskController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/SingleTaskController.php b/Controller/SingleTaskController.php index fd5e26e33..556dc9ffe 100644 --- a/Controller/SingleTaskController.php +++ b/Controller/SingleTaskController.php @@ -4,7 +4,7 @@ namespace Chill\TaskBundle\Controller; use Chill\PersonBundle\Privacy\PrivacyEvent; use Symfony\Bundle\FrameworkBundle\Controller\Controller; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\Routing\Annotation\Route; use Doctrine\ORM\EntityManager; use Chill\PersonBundle\Entity\Person; use Symfony\Component\HttpFoundation\Request;