aarondfrancis / fast-paginate

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

Add alias for simpleFastPaginate #33

Closed crissi closed 5 months ago

crissi commented 2 years ago

Since I accidently called the method: simpleFastPaginate for the fast simple paginate. I meant to have called it fastSimplePaginate.

Corrected the method and deprecated the other one

wilsenhc commented 1 year ago

This is more of an user error. No need to add an alias for the function.

Would be better if you instead add documentation to the README about the existence of the simpleFastPaginate method, which I do not see anywhere