mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 11:01:20 +00:00
Method no longer used.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user