We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d385c02 commit 3f9d592Copy full SHA for 3f9d592
1 file changed
src/Support/Concerns/WithPagination.php
@@ -21,7 +21,6 @@ public function usePagination($usePagination = true): static
21
return $this;
22
}
23
24
-
25
public function scrollToTop($scrollToTop = true): static
26
{
27
$this->scrollToTop = $scrollToTop;
0 commit comments