We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce670d1 commit 2258191Copy full SHA for 2258191
2.0/schemas/pagination.md
@@ -794,9 +794,9 @@ class PostSchema extends Schema
794
/**
795
* Get the resource paginator.
796
*
797
- * @return PagePagination
+ * @return MultiPagination
798
*/
799
- public function pagination(): PagePagination
+ public function pagination(): MultiPagination
800
{
801
return new MultiPagination(
802
PagePagination::make(),
@@ -817,4 +817,4 @@ The multi-pagination will use the page parameters supplied
817
by the client to decide which paginator to use for the
818
request. This means you must have at least one unique page
819
parameter per paginator you provide to the `MultiPagination`
820
-class.
+class.
0 commit comments