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
825 stars 235 forks source link

Call to undefined method Illuminate\Database\Query\Builder::lists() #83

Open munettt opened 8 years ago

munettt commented 8 years ago

The method has been deprecated in 5.3 and replaced with pluck

"The lists method on the Collection, query builder and Eloquent query builder objects has been renamed to pluck. The method signature remains the same."

https://laravel.com/docs/5.3/upgrade