This commit is contained in:
James Cole
2020-08-08 17:17:09 +02:00
parent 6d627be679
commit 87c134322d
3 changed files with 1 additions and 17 deletions

View File

@@ -66,11 +66,6 @@ interface SearchInterface
*/
public function searchTransactions(): LengthAwarePaginator;
/**
* @param int $limit
*/
public function setLimit(int $limit);
/**
* @param User $user
*/