Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 14:48:04 +01:00
parent f3773ebfc2
commit 61c38f2a99
3 changed files with 3 additions and 3 deletions

View File

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