mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Expand tests and API code.
This commit is contained in:
@@ -230,7 +230,7 @@ class SingleController extends Controller
|
||||
$type = $transactionJournal->transactionTypeStr();
|
||||
Session::flash('success', strval(trans('firefly.deleted_' . strtolower($type), ['description' => $transactionJournal->description])));
|
||||
|
||||
$this->repository->delete($transactionJournal);
|
||||
$this->repository->destroy($transactionJournal);
|
||||
|
||||
Preferences::mark();
|
||||
|
||||
|
Reference in New Issue
Block a user