Paginate method returns a collection
jrean opened this issue · comments
Jean R. commented
Hi,
Thank you for the awesome package.
I'm wondering why the paginate()
method return a Collection instance instead of a Illuminate\Pagination\Paginator
instance?
Rudy Affandi commented
I am having the same issue. It's not just paginate()
. It returns a Collection on all()
as well.