Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit e6b10ce

Browse files
committed
feat: update example factory
1 parent 08e567f commit e6b10ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/database/factories/UserFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function definition(): array
2020
'email' => $this->faker->unique()->safeEmail,
2121
'email_verified_at' => tick()->now(),
2222
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
23-
// $this->str is defined in the base factory
2423
'remember_token' => $this->str::random(10),
2524
];
2625
}

0 commit comments

Comments
 (0)