Update factory
This commit is contained in:
parent
a2be833d46
commit
6bcd8dcb5f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue