Skip to content

Commit 2258191

Browse files
misaflindyhopchris
authored andcommitted
Update pagination.md
1 parent ce670d1 commit 2258191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2.0/schemas/pagination.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -794,9 +794,9 @@ class PostSchema extends Schema
794794
/**
795795
* Get the resource paginator.
796796
*
797-
* @return PagePagination
797+
* @return MultiPagination
798798
*/
799-
public function pagination(): PagePagination
799+
public function pagination(): MultiPagination
800800
{
801801
return new MultiPagination(
802802
PagePagination::make(),
@@ -817,4 +817,4 @@ The multi-pagination will use the page parameters supplied
817817
by the client to decide which paginator to use for the
818818
request. This means you must have at least one unique page
819819
parameter per paginator you provide to the `MultiPagination`
820-
class.
820+
class.

0 commit comments

Comments
 (0)