mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Remove extra slashes
This commit is contained in:
@@ -61,7 +61,6 @@ class ExchangeRateSeeder extends Seeder
|
||||
if (null !== $foreign) {
|
||||
// save rate in array:
|
||||
$usable[] = [$foreign, $rate];
|
||||
app('log')->debug(sprintf('Have default exchange rate from %s to %s.', $euro->code, $foreign->code));
|
||||
}
|
||||
}
|
||||
unset($rates, $foreign, $rate);
|
||||
|
Reference in New Issue
Block a user