bosnadev / repository

Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
https://bosnadev.com
823 stars 233 forks source link

Paginate method returns a collection #90

Open jrean opened 7 years ago

jrean commented 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?

lesaff commented 6 years ago

I am having the same issue. It's not just paginate(). It returns a Collection on all() as well.