mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -36,7 +36,7 @@ class ExchangeRateSeeder extends Seeder
|
||||
{
|
||||
public function run(): void
|
||||
{
|
||||
$count = User::count();
|
||||
$count = User::count();
|
||||
if (0 === $count) {
|
||||
app('log')->debug('Will not seed exchange rates yet.');
|
||||
|
||||
|
@@ -33,7 +33,7 @@ class TransactionCurrencySeeder extends Seeder
|
||||
{
|
||||
public function run(): void
|
||||
{
|
||||
$currencies = [];
|
||||
$currencies = [];
|
||||
// european currencies
|
||||
$currencies[] = ['code' => 'EUR', 'name' => 'Euro', 'symbol' => '€', 'decimal_places' => 2, 'enabled' => 1];
|
||||
$currencies[] = ['code' => 'HUF', 'name' => 'Hungarian forint', 'symbol' => 'Ft', 'decimal_places' => 2];
|
||||
|
Reference in New Issue
Block a user