mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-28 14:20:47 +00:00
Fix #8051
This commit is contained in:
@@ -100,11 +100,13 @@ class AccountDestroyService
|
||||
$ibAccount->delete();
|
||||
}
|
||||
$journal = TransactionJournal::find($journalId);
|
||||
if (null !== $journal) {
|
||||
/** @var JournalDestroyService $service */
|
||||
$service = app(JournalDestroyService::class);
|
||||
$service->destroy($journal);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Account $account
|
||||
|
||||
Reference in New Issue
Block a user