mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
API can deal with attachments for more models. #2828
This commit is contained in:
@@ -47,6 +47,13 @@ interface AccountRepositoryInterface
|
||||
*/
|
||||
public function count(array $types): int;
|
||||
|
||||
/**
|
||||
* @param Account $account
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getAttachments(Account $account): Collection;
|
||||
|
||||
/**
|
||||
* Get account location, if any.
|
||||
*
|
||||
|
Reference in New Issue
Block a user