mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Extra text
This commit is contained in:
@@ -78,7 +78,7 @@ class TransactionCurrencySeeder extends Seeder
|
||||
try {
|
||||
TransactionCurrency::create($currency);
|
||||
} catch (PDOException $e) {
|
||||
Log::info(sprintf('Could not create transaction currency "%s". It might exist already.', $currency['code']));
|
||||
Log::info(sprintf('Could not create transaction currency "%s". It might exist already. This is not a problem.', $currency['code']));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user