mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 18:41:20 +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();
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ interface JournalRepositoryInterface
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function delete(TransactionJournal $journal): bool;
|
||||
public function destroy(TransactionJournal $journal): bool;
|
||||
|
||||
/**
|
||||
* Find a specific journal.
|
||||
|
||||
Reference in New Issue
Block a user