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

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

@jrean

Description

@jrean

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions