Move collecting journals to the collector.

This commit is contained in:
James Cole
2016-11-05 11:24:15 +01:00
parent aeca2ef3b2
commit 43afdb021a
4 changed files with 24 additions and 53 deletions

View File

@@ -57,18 +57,6 @@ interface BillRepositoryInterface
*/
public function getActiveBills(): Collection;
/**
* Returns all journals connected to these bills in the given range. Amount paid
* is stored in "journalAmount" as a negative number.
*
* @param Collection $bills
* @param Carbon $start
* @param Carbon $end
*
* @return Collection
*/
public function getAllJournalsInRange(Collection $bills, Carbon $start, Carbon $end): Collection;
/**
* @return Collection
*/