Method no longer used.

This commit is contained in:
James Cole
2016-01-01 19:56:23 +01:00
parent 2d177e660e
commit d16fb30a62
2 changed files with 0 additions and 28 deletions

View File

@@ -152,15 +152,6 @@ interface BudgetRepositoryInterface
*/
public function getBudgetedPerYear(Collection $budgets, Carbon $start, Carbon $end);
/**
* @param Budget $budget
* @param Carbon $start
* @param Carbon $end
*
* @return Collection
*/
public function getBudgetLimitRepetitions(Budget $budget, Carbon $start, Carbon $end);
/**
* @param Carbon $start
* @param Carbon $end