We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5474127 commit 0e8e9a0Copy full SHA for 0e8e9a0
database/factories/UserFactory.php
@@ -23,8 +23,8 @@ class UserFactory extends Factory
23
public function definition()
24
{
25
return [
26
- 'name' => $this->faker->name,
27
- 'email' => $this->faker->unique()->safeEmail,
+ 'name' => $this->faker->name(),
+ 'email' => $this->faker->unique()->safeEmail(),
28
'email_verified_at' => now(),
29
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
30
'remember_token' => Str::random(10),
0 commit comments