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

Lists method should work for laravel 5.0 and 5.1 #35

Closed jdsingh closed 9 years ago

jdsingh commented 9 years ago

fix for lists method #34 and findWhere bug #36

mirzap commented 9 years ago

Thank you very much ;)