selahattinunlu / laravel-api-query-builder

Laravel & Lumen Api Query Builder Package
332 stars 66 forks source link

Eloquent lists() deprecated #31

Open walliby opened 6 years ago

walliby commented 6 years ago

In QueryBuilder, query->lists() has been renamed to ->pluck as of laravel 5.2:

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

robsontenorio commented 6 years ago

Waiting @selahattinunlu approval ...

PR https://github.com/selahattinunlu/laravel-api-query-builder/pull/34