Method no longer used.

This commit is contained in:
James Cole
2016-01-01 20:04:44 +01:00
parent 7d1de0da17
commit bb4e2be9eb
3 changed files with 0 additions and 37 deletions

View File

@@ -39,18 +39,6 @@ interface ReportQueryInterface
*/
public function expense(Collection $accounts, Carbon $start, Carbon $end);
/**
* Covers tags as well.
*
* @param Account $account
* @param Budget $budget
* @param Carbon $start
* @param Carbon $end
*
* @return float
*/
public function spentInBudget(Account $account, Budget $budget, Carbon $start, Carbon $end);
/**
* @param Account $account
* @param Carbon $start