mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 02:38:09 +00:00
Add limit to budget #3150
This commit is contained in:
@@ -138,10 +138,10 @@ interface BudgetRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param string $query
|
||||
*
|
||||
* @param int $limit
|
||||
* @return Collection
|
||||
*/
|
||||
public function searchBudget(string $query): Collection;
|
||||
public function searchBudget(string $query, int $limit): Collection;
|
||||
|
||||
/**
|
||||
* @param Budget $budget
|
||||
|
||||
Reference in New Issue
Block a user