mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #2597
This commit is contained in:
@@ -50,7 +50,7 @@ class CurrencyDestroyService
|
||||
{
|
||||
|
||||
try {
|
||||
$currency->forceDelete();
|
||||
$currency->delete();
|
||||
} catch (Exception $e) { // @codeCoverageIgnore
|
||||
Log::error(sprintf('Could not delete transaction currency: %s', $e->getMessage())); // @codeCoverageIgnore
|
||||
}
|
||||
|
Reference in New Issue
Block a user