We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I just encountered the following error after upgrading to the newest Laravel version (10.3):
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.
total
The text was updated successfully, but these errors were encountered:
As it looks like this is getting reverted I'm going to close this issue. Maybe something to keep in mind for the future.
Sorry, something went wrong.
No branches or pull requests
Hi, I just encountered the following error after upgrading to the newest Laravel version (
10.3
):Problem is this PR which added a new parameter
total
to the paginate function.The text was updated successfully, but these errors were encountered: