aarondfrancis / fast-paginate

A fast implementation of offset/limit pagination for Laravel.
MIT License
1.21k stars 56 forks source link

Fix hasMorePages() function when using simpleFastPaginate #29

Closed j3j5 closed 2 years ago

j3j5 commented 2 years ago

Fix for #28. I've added a few more checks to the tests to make sure this doesn't break again.

j3j5 commented 2 years ago

Thanks, I also didn't know, found out trying to fix this. Kudos to Laravel I guess :)