1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

Update PagerFanta deprecation

This commit is contained in:
Jeremy Benoist 2020-07-29 06:36:43 +02:00
parent a467a4e502
commit c10b79e82f
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
7 changed files with 7 additions and 6 deletions

View file

@ -4,7 +4,7 @@ namespace Wallabag\UserBundle\Controller;
use FOS\UserBundle\Event\UserEvent;
use FOS\UserBundle\FOSUserEvents;
use Pagerfanta\Adapter\DoctrineORMAdapter;
use Pagerfanta\Doctrine\ORM\QueryAdapter as DoctrineORMAdapter;
use Pagerfanta\Exception\OutOfRangeCurrentPageException;
use Pagerfanta\Pagerfanta;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;