From 6a787dd4bf24be85b43a19abfd0784eafc149ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 14 Jan 2020 22:46:19 +0100 Subject: [PATCH] point to new personRepository in controller --- Controller/SingleTaskController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/SingleTaskController.php b/Controller/SingleTaskController.php index 68f847268..fd5e26e33 100644 --- a/Controller/SingleTaskController.php +++ b/Controller/SingleTaskController.php @@ -20,7 +20,7 @@ use Chill\MainBundle\Pagination\PaginatorFactory; use Chill\TaskBundle\Repository\SingleTaskRepository; use Chill\MainBundle\Entity\User; use Chill\PersonBundle\Security\Authorization\PersonVoter; -use Chill\PersonBundle\Entity\PersonRepository; +use Chill\PersonBundle\Repository\PersonRepository; use Chill\MainBundle\Entity\UserRepository; use Chill\TaskBundle\Event\TaskEvent; use Symfony\Component\EventDispatcher\EventDispatcherInterface;