Moved a method.

This commit is contained in:
James Cole
2016-01-27 20:54:14 +01:00
parent 5c59c819b6
commit b019962f34
4 changed files with 165 additions and 88 deletions

View File

@@ -41,15 +41,6 @@ interface ReportHelperInterface
*/
public function getBillReport(Carbon $start, Carbon $end, Collection $accounts);
/**
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return BudgetCollection
*/
public function getBudgetReport(Carbon $start, Carbon $end, Collection $accounts);
/**
* @param Carbon $start
* @param Carbon $end