mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code for currency exchange rate support
This commit is contained in:
@@ -41,5 +41,6 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(LinkTypeSeeder::class);
|
||||
$this->call(ConfigSeeder::class);
|
||||
$this->call(UserRoleSeeder::class);
|
||||
$this->call(ExchangeRateSeeder::class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user