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;