mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New mass delete form and options. #241
This commit is contained in:
@@ -24,6 +24,13 @@ interface JournalRepositoryInterface
|
||||
*/
|
||||
public function delete(TransactionJournal $journal): bool;
|
||||
|
||||
/**
|
||||
* @param int $journalId
|
||||
*
|
||||
* @return TransactionJournal
|
||||
*/
|
||||
public function find(int $journalId) : TransactionJournal;
|
||||
|
||||
/**
|
||||
* Get users first transaction journal
|
||||
*
|
||||
|
Reference in New Issue
Block a user