mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand API and refactor for user groups.
This commit is contained in:
@@ -33,7 +33,7 @@ class TransactionObserver
|
||||
public function deleting(Transaction $transaction): void
|
||||
{
|
||||
app('log')->debug('Observe "deleting" of a transaction.');
|
||||
$transaction->transactionJournal->delete();
|
||||
$transaction?->transactionJournal?->delete();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user