Move getActiveAccountsByType

This commit is contained in:
James Cole
2016-10-10 07:53:12 +02:00
parent f8935c92ea
commit 1dc17dd59d
5 changed files with 48 additions and 70 deletions

View File

@@ -89,6 +89,13 @@ interface AccountRepositoryInterface
*/
public function getAccountsByType(array $types): Collection;
/**
* @param array $types
*
* @return Collection
*/
public function getActiveAccountsByType(array $types): Collection;
/**
* Returns the date of the very first transaction in this account.
*