mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-27 16:07:45 -07:00
Code for #3546
This commit is contained in:
@@ -42,6 +42,13 @@ interface JournalRepositoryInterface
|
||||
*/
|
||||
public function getLast(): ?TransactionJournal;
|
||||
|
||||
/**
|
||||
* @param array $types
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function findByType(array $types): Collection;
|
||||
|
||||
/**
|
||||
* TODO maybe create JSON repository?
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user