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;