mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Extra text
This commit is contained in:
@@ -78,7 +78,7 @@ class TransactionCurrencySeeder extends Seeder
|
|||||||
try {
|
try {
|
||||||
TransactionCurrency::create($currency);
|
TransactionCurrency::create($currency);
|
||||||
} catch (PDOException $e) {
|
} 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