From d96063ea6e53fd36677c113f2818eb83dcd2e74d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 25 Jul 2015 19:23:00 +0200 Subject: [PATCH] Also expand interface. --- app/Repositories/Account/AccountRepositoryInterface.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Repositories/Account/AccountRepositoryInterface.php b/app/Repositories/Account/AccountRepositoryInterface.php index a9a393c0c4..28c1bd8eec 100644 --- a/app/Repositories/Account/AccountRepositoryInterface.php +++ b/app/Repositories/Account/AccountRepositoryInterface.php @@ -24,6 +24,13 @@ interface AccountRepositoryInterface */ public function countAccounts(array $types); + /** + * @param array $accounts + * + * @return array + */ + public function getLastActivities(array $accounts); + /** * @param Account $account * @param Account $moveTo