Migrated all code to group collector.

This commit is contained in:
James Cole
2019-05-31 13:35:33 +02:00
parent eb6329e556
commit e15c35de64
31 changed files with 1540 additions and 1671 deletions

View File

@@ -141,9 +141,9 @@ interface RecurringRepositoryInterface
/**
* @param Recurrence $recurrence
*
* @return Collection
* @return array
*/
public function getTransactions(Recurrence $recurrence): Collection;
public function getTransactions(Recurrence $recurrence): array;
/**
* Calculate the next X iterations starting on the date given in $date.