Skip to content

Laravel v10.3.0 breaks LaravelModelCaching #445

@Bjornftw

Description

@Bjornftw

Describe the bug
Laravel v10.3.0 is using an updated version of paginate().

Declaration of GeneaLabs\LaravelModelCaching\Traits\Buildable::paginate($perPage = null, $columns = [...], $pageName = 'page', $page = null) must be compatible with Illuminate\Database\Eloquent\Builder::paginate($perPage = null, $columns = [...], $pageName = 'page', $page = null, $total = null)

Environment

  • PHP: 8.2
  • Laravel: v10.3.0
  • Model Caching: 0.13.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions