Skip to content

Commit 7f36858

Browse files
committed
Remove unused email verified code
1 parent d5c048c commit 7f36858

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/factories/UserFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function definition()
2525
return [
2626
'name' => $this->faker->name,
2727
'email' => $this->faker->unique()->safeEmail,
28-
'email_verified_at' => now(),
2928
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
3029
'remember_token' => Str::random(10),
3130
];

0 commit comments

Comments
 (0)