This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
v1.0.2
Previously find_in_batches
and find_each
have been implemented before the pagination abstraction and hence have only implemented the offset
pagination type hardcoded.
This change rewrites find_in_batches
to also work with the other pagination types.