Method no longer used.

This commit is contained in:
James Cole
2016-01-01 19:58:31 +01:00
parent fc5b315af0
commit efc9bc71a7
2 changed files with 0 additions and 32 deletions

View File

@@ -208,16 +208,6 @@ interface BudgetRepositoryInterface
*/
public function getJournals(Budget $budget, LimitRepetition $repetition = null, $take = 50);
/**
* @deprecated
*
* @param Budget $budget
* @param Carbon $date
*
* @return float
*/
public function getLimitAmountOnDate(Budget $budget, Carbon $date);
/**
* @param Carbon $start
* @param Carbon $end