Skip to content

Commit 6206199

Browse files
committed
Merge pull request #1055 from steffenbrem/bugfix/fix-1040-pagerfanta-adapter
[Bug Fix] Remove PaginatorAdapterInterface from Pagerfanta adapter
2 parents 56141a2 + 3030cd8 commit 6206199

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)