Closed
Description
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
Labels
No labels