We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0376745 commit eeba852Copy full SHA for eeba852
database/factories/ContactFactory.php
@@ -20,8 +20,8 @@ public function definition()
20
'email_address_id' => randomOrCreate(app('email_address')),
21
'first_name' => $this->faker->firstName,
22
'last_name' => $this->faker->lastName,
23
- 'phone' => randomOrCreate(app('phone')),
24
'company_name' => $this->faker->company,
+ 'phone_id' => randomOrCreate(app('phone')),
25
'message' => $this->faker->paragraph,
26
];
27
}
0 commit comments