🤖 Auto commit for release 'v6.3.0-beta.2' on 2025-08-15

This commit is contained in:
JC5
2025-08-15 13:43:29 +02:00
parent ab61d0ce21
commit 71807b67fc
2 changed files with 4 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ class ExchangeRateRepository implements ExchangeRateRepositoryInterface, UserGro
$this->userGroup->currencyExchangeRates()
->where('from_currency_id', $from->id)
->where('to_currency_id', $to->id)
->delete();
->delete()
;
}
}