Replaced laminas-paginator with pagerfanta

This commit is contained in:
Alejandro Celaya
2021-01-23 14:37:34 +01:00
parent 088e361228
commit 55ddc4ae75
25 changed files with 63 additions and 61 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Shlinkio\Shlink\Core\Service;
use Laminas\Paginator\Paginator;
use Shlinkio\Shlink\Common\Paginator\Paginator;
use Shlinkio\Shlink\Core\Entity\ShortUrl;
use Shlinkio\Shlink\Core\Entity\Visit;
use Shlinkio\Shlink\Core\Exception\ShortUrlNotFoundException;