[bugfix] fix loading of chill task list

This commit is contained in:
2020-05-04 13:10:00 +02:00
parent ce40bb2217
commit 87e5550279
2 changed files with 6 additions and 1 deletions

View File

@@ -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;