Move method to correct repository.

This commit is contained in:
James Cole
2019-08-30 08:03:13 +02:00
parent 9fad13c788
commit 4a3e1a9604
5 changed files with 47 additions and 47 deletions

View File

@@ -65,6 +65,17 @@ interface AvailableBudgetRepositoryInterface
*/
public function getAvailableBudgetsByCurrency(TransactionCurrency $currency): Collection;
/**
* Returns all available budget objects.
*
* @param Carbon|null $start
* @param Carbon|null $end
*
* @return Collection
*
*/
public function getAvailableBudgetsByDate(?Carbon $start, ?Carbon $end): Collection;
/**
* @param User $user
*/