This commit is contained in:
philipp lang 2025-06-15 21:31:33 +02:00
parent c20cf930f2
commit 35bed01848
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Api
/** /**
* @param array<string, mixed> $payload * @param array<string, mixed> $payload
* *
* @return LengthAwarePaginator<MemberEntry> * @return LengthAwarePaginator<int, MemberEntry>
*/ */
public function pageSearch(array $payload, int $page, int $perPage): LengthAwarePaginator public function pageSearch(array $payload, int $page, int $perPage): LengthAwarePaginator
{ {