Move method to correct repository.

This commit is contained in:
James Cole
2019-08-30 08:12:15 +02:00
parent 09bc50dd4d
commit a90eacf686
6 changed files with 71 additions and 65 deletions

View File

@@ -88,17 +88,6 @@ interface BudgetRepositoryInterface
*/
public function getActiveBudgets(): Collection;
/**
* @param Collection $budgets
* @param Collection $accounts
* @param Carbon $start
* @param Carbon $end
*
* @return array
* @deprecated
*/
public function getBudgetPeriodReport(Collection $budgets, Collection $accounts, Carbon $start, Carbon $end): array;
/**
* @return Collection
*/
@@ -113,7 +102,6 @@ interface BudgetRepositoryInterface
*/
public function getByIds(array $budgetIds): Collection;
/**
* @return Collection
*/