inject PaginatorFactory in constructor (omit)

This commit is contained in:
2020-09-10 12:02:51 +02:00
parent 0affc534c5
commit 609a277f03
2 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Security\Core\Role\Role;
use Symfony\Component\Form\Extension\Core\Type\FormType;
use Chill\PersonBundle\Entity\Person;
use Chill\ReportBundle\Entity\Report;
use Chill\ReportBundle\Form\ReportType;