Update PagerFanta deprecation

This commit is contained in:
Jeremy Benoist
2020-07-29 06:36:43 +02:00
parent a467a4e502
commit c10b79e82f
7 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
namespace Wallabag\CoreBundle\Controller;
use Pagerfanta\Adapter\ArrayAdapter;
use Pagerfanta\Adapter\DoctrineORMAdapter;
use Pagerfanta\Doctrine\ORM\QueryAdapter as DoctrineORMAdapter;
use Pagerfanta\Exception\OutOfRangeCurrentPageException;
use Pagerfanta\Pagerfanta;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;