This commit is contained in:
James Cole
2020-07-21 06:20:31 +02:00
parent b207100074
commit 62fd701808
4 changed files with 8 additions and 7 deletions

View File

@@ -276,10 +276,11 @@ interface AccountRepositoryInterface
/**
* @param string $query
* @param array $types
* @param int $limit
*
* @return Collection
*/
public function searchAccount(string $query, array $types): Collection;
public function searchAccount(string $query, array $types, int $limit): Collection;
/**
* @param User $user