Skip to content

Commit cade32e

Browse files
committed
feat: enhance pagination handling for Laravel 12 compatibility
1 parent b54b578 commit cade32e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/Comment/CollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ private function getJsonResult(Collection $comments, ?array $attributes = null,
120120
[
121121
'active' => false,
122122
'label' => "Next »",
123-
'page' => 2,
124123
...($isLaravel12 ? ['page' => 2] : []),
125124
'url' => "http://localhost/comment?page=2",
126125
],

0 commit comments

Comments
 (0)