mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Add limit to object groups #3150
This commit is contained in:
@@ -39,10 +39,11 @@ interface ObjectGroupRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param string $query
|
||||
* @param int $limit
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function search(string $query): Collection;
|
||||
public function search(string $query, int $limit): Collection;
|
||||
|
||||
/**
|
||||
* Delete empty ones.
|
||||
|
Reference in New Issue
Block a user