We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ae7b commit 07e8dbcCopy full SHA for 07e8dbc
src/Traits/WithPagination.php
@@ -74,6 +74,8 @@ public function updatedPerPage(int|string $value): void
74
session()->put($this->getPerPagePaginationSessionKey(), $this->getPerPageAccepted()[0] ?? 10);
75
}
76
$this->setPerPage($value);
77
+ $this->resetPage($this->getComputedPageName());
78
+
79
80
81
protected function queryStringWithPagination(): array
0 commit comments