Skip to content

Commit 9727c60

Browse files
authored
minor KnpLabs#1023 Update result_pager.md (tomsowerby)
This PR was merged into the 3.4.x-dev branch. Discussion ---------- Quick update to the docs as I notice this method has been removed in v3. Commits ------- 2e36702 Update result_pager.md
2 parents 2e58baa + 2e36702 commit 9727c60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/result_pager.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,3 @@ $paginator->hasPrevious();
6363
$paginator->fetchPrevious();
6464
```
6565

66-
If you want to retrieve the pagination links (available after the call to fetch):
67-
```php
68-
$paginator->getPagination();
69-
```

0 commit comments

Comments
 (0)