Method no longer used.

This commit is contained in:
James Cole
2016-01-01 20:05:14 +01:00
parent bb4e2be9eb
commit 64dbb14241
3 changed files with 0 additions and 30 deletions

View File

@@ -39,15 +39,6 @@ interface ReportQueryInterface
*/
public function expense(Collection $accounts, Carbon $start, Carbon $end);
/**
* @param Account $account
* @param Carbon $start
* @param Carbon $end
*
* @return string
*/
public function spentNoBudget(Account $account, Carbon $start, Carbon $end);
/**
* Returns an array of the amount of money spent in the given accounts (on withdrawals, opening balances and transfers)
* grouped by month like so: "2015-01" => '123.45'