Skip to content

Commit 3030cd8

Browse files
committed
Remove PaginatorAdapterInterface since it does not make sense to put it on the adapter for Pagerfanta.
1 parent 56141a2 commit 3030cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Paginator/FantaPaginatorAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Pagerfanta\Adapter\AdapterInterface;
66

7-
class FantaPaginatorAdapter implements AdapterInterface, PaginatorAdapterInterface
7+
class FantaPaginatorAdapter implements AdapterInterface
88
{
99
private $adapter;
1010

0 commit comments

Comments
 (0)