This commit is contained in:
James Cole
2019-09-13 17:17:57 +02:00
parent 793af1991c
commit cbde7037ab
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}