mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +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.');
|
||||
|
||||
|
Reference in New Issue
Block a user