Remove unused method.

This commit is contained in:
James Cole
2017-01-05 08:32:31 +01:00
parent 83f5f776a6
commit dbebfe7c07
2 changed files with 0 additions and 34 deletions

View File

@@ -42,15 +42,6 @@ interface ReportHelperInterface
*/
public function getBillReport(Carbon $start, Carbon $end, Collection $accounts): BillCollection;
/**
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return CategoryCollection
*/
public function getCategoryReport(Collection $accounts, Carbon $start, Carbon $end): CategoryCollection;
/**
* @param Carbon $date
*