Lint
This commit is contained in:
parent
c20cf930f2
commit
35bed01848
|
@ -101,7 +101,7 @@ class Api
|
|||
/**
|
||||
* @param array<string, mixed> $payload
|
||||
*
|
||||
* @return LengthAwarePaginator<MemberEntry>
|
||||
* @return LengthAwarePaginator<int, MemberEntry>
|
||||
*/
|
||||
public function pageSearch(array $payload, int $page, int $perPage): LengthAwarePaginator
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue