This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Description
Laravel 5.3
$collection = $this->repos->lists('xxx', 'xx')->toArray();
Outputs:
BadMethodCallException in Builder.php line 2448:
Call to undefined method Illuminate\Database\Query\Builder::lists()
This method is depracted since 5.2
https://laravel.com/api/5.2/Illuminate/Database/Query/Builder.html
lists(string $column, string|null $key = null) deprecated
Alias for the "pluck" method.
It has been replaced by pluck