From 2e36702b083df81047e626479d69125751c9fb9a Mon Sep 17 00:00:00 2001 From: Tom Sowerby Date: Thu, 19 Aug 2021 16:21:17 +0100 Subject: [PATCH] Update result_pager.md Quick update to the docs as I notice this method has been removed in v3. --- doc/result_pager.md | 4 ---- 1 file changed, 4 deletions(-) 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(); -```