Skip to content

Breaking change in Laravel v10.3 #42

Closed
@lgebing

Description

@lgebing

Hi, I just encountered the following error after upgrading to the newest Laravel version (10.3):

Declaration of GearboxSolutions\EloquentFileMaker\Database\Query\FMBaseBuilder::paginate($perPage = 15, $columns = [...], $pageName = 'page', $page = null) must be compatible with Illuminate\Database\Query\Builder::paginate($perPage = 15, $columns = [...], $pageName = 'page', $page = null, $total = null)

Problem is this PR which added a new parameter total to the paginate function.

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