We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d088f9d commit 37ff138Copy full SHA for 37ff138
1 file changed
database/factories/UserFactory.php
@@ -17,7 +17,7 @@ public function definition(): array
17
'name' => $this->faker->name,
18
'email' => $this->faker->unique()->safeEmail,
19
'email_verified_at' => now(),
20
- 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
+ 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // literally "password"
21
'remember_token' => Str::random(10),
22
];
23
}
0 commit comments