Open jrean opened 7 years ago
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?
paginate()
Illuminate\Pagination\Paginator
I am having the same issue. It's not just paginate(). It returns a Collection on all() as well.
all()
Hi,
Thank you for the awesome package. I'm wondering why the
paginate()
method return a Collection instance instead of aIlluminate\Pagination\Paginator
instance?