Skip to content
New issue

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

Fix docs on how to change pagination page when testing #12033

Merged
merged 1 commit into from Mar 26, 2024

Conversation

cheesegrits
Copy link
Contributor

Description

Fixes a documentation error, for how to change pagination page when testing. I think the set('page', 2) probably hasn't worked for a while, it needs to be call('gotoPage', 2).

Visual changes

No visual changes

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

@danharrin danharrin added the documentation Improvements or additions to documentation label Mar 26, 2024
@danharrin danharrin added this to the v3 milestone Mar 26, 2024
@danharrin danharrin merged commit e066c03 into filamentphp:3.x Mar 26, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants