Update factory

This commit is contained in:
Matt Young 2026-01-28 01:06:54 -06:00
parent a2be833d46
commit 6bcd8dcb5f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class ClientFactory extends Factory
public function definition(): array
{
return [
'name' => $this->faker->name(),
'name' => $this->faker->company(),
'abbreviation' => $this->faker->word(),
'audition_date' => $this->faker->dateTimeBetween('+5 days', '+1 year'),
'status' => ClientStatus::ACTIVE,