🤖 Auto commit for release 'develop' on 2025-06-03

This commit is contained in:
JC5
2025-06-03 19:32:21 +02:00
parent 3a38175b2a
commit 637ecc66d2
12 changed files with 119 additions and 116 deletions

View File

@@ -84,7 +84,7 @@ class ExchangeRateConverter
return '1';
}
if ($from->id === $to->id) {
// Log::debug('ExchangeRateConverter: From and to are the same, return "1".');
// Log::debug('ExchangeRateConverter: From and to are the same, return "1".');
return '1';
}