mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Some basic fixes for the transaction controller [skip ci]
This commit is contained in:
@@ -27,6 +27,10 @@ interface TransactionJournalRepositoryInterface
|
||||
*/
|
||||
public function get();
|
||||
|
||||
public function store($what, $data);
|
||||
|
||||
public function update(\TransactionJournal $journal, $data);
|
||||
|
||||
/**
|
||||
* @param $journalId
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user