repository
repository copied to clipboard
Paginate method returns a collection
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?
I am having the same issue. It's not just paginate(). It returns a Collection on all() as well.