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