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.
2 parents f693a20 + c3d3dc1 commit 1f7f915Copy full SHA for 1f7f915
database/factories/UserFactory.php
@@ -17,7 +17,7 @@
17
return [
18
'name' => $faker->name,
19
'email' => $faker->unique()->safeEmail,
20
- 'password' => '$2y$10$TKh8H1.PfQx37YgCzwiKb.KjNyWgaHb9cbcoQgdIVFlYg7B77UdFm',
+ 'password' => '$2y$10$TKh8H1.PfQx37YgCzwiKb.KjNyWgaHb9cbcoQgdIVFlYg7B77UdFm', // secret
21
'remember_token' => str_random(10),
22
];
23
});
0 commit comments