mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Expand tests and API code.
This commit is contained in:
@@ -107,7 +107,7 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function delete(TransactionJournal $journal): bool
|
||||
public function destroy(TransactionJournal $journal): bool
|
||||
{
|
||||
$journal->delete();
|
||||
|
||||
|
Reference in New Issue
Block a user