Extra text

This commit is contained in:
James Cole
2020-08-25 06:12:43 +02:00
parent 20e39b2e12
commit c5fa48ca46

View File

@@ -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']));
}
}
}