mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Also expand interface.
This commit is contained in:
@@ -24,6 +24,13 @@ interface AccountRepositoryInterface
|
|||||||
*/
|
*/
|
||||||
public function countAccounts(array $types);
|
public function countAccounts(array $types);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array $accounts
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getLastActivities(array $accounts);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Account $account
|
* @param Account $account
|
||||||
* @param Account $moveTo
|
* @param Account $moveTo
|
||||||
|
Reference in New Issue
Block a user