pint/lint
This commit is contained in:
@@ -129,7 +129,7 @@ class DaxCompanySeeder extends Seeder
|
||||
->setTime(random_int(7, 19), random_int(0, 59), random_int(0, 59));
|
||||
|
||||
$company->transactions()->create([
|
||||
'reference' => 'TRX-' . str_pad((string) $sequence++, 6, '0', STR_PAD_LEFT),
|
||||
'reference' => 'TRX-'.str_pad((string) $sequence++, 6, '0', STR_PAD_LEFT),
|
||||
'amount' => $faker->randomFloat(2, 8_500, 4_500_000),
|
||||
'currency' => Arr::random(['EUR', 'USD', 'GBP']),
|
||||
'counterparty' => $faker->company(),
|
||||
|
||||
Reference in New Issue
Block a user