mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some cleaning up.
This commit is contained in:
@@ -19,6 +19,9 @@ class Transaction
|
||||
{
|
||||
\Cache::forget('account.' . $transaction->account_id . '.latestBalance');
|
||||
\Cache::forget('account.' . $transaction->account_id . '.lastActivityDate');
|
||||
|
||||
// delete transaction:
|
||||
$transaction->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user