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 d5c048c commit 7f36858Copy full SHA for 7f36858
database/factories/UserFactory.php
@@ -25,7 +25,6 @@ public function definition()
25
return [
26
'name' => $this->faker->name,
27
'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),
31
];
0 commit comments