diff --git a/doc/result_pager.md b/doc/result_pager.md index 3eb0a115f5f..b13432cb569 100644 --- a/doc/result_pager.md +++ b/doc/result_pager.md @@ -63,7 +63,3 @@ $paginator->hasPrevious(); $paginator->fetchPrevious(); ``` -If you want to retrieve the pagination links (available after the call to fetch): -```php -$paginator->getPagination(); -```