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 278798e + 940e256 commit 7186372Copy full SHA for 7186372
1 file changed
database/seeders/DefaultUserSeeder.php
@@ -19,7 +19,7 @@ public function run()
19
User::create([
20
'name' => 'John DOE',
21
'email' => 'john.doe@helper.app',
22
- 'password' => '$2a$12$h/.Jq3QGHYoJBLBo8hw1mOtJOmtU.BVJFbBWFC7XAVXmE5gOjdXV.', // Passw@rd
+ 'password' => bcrypt('Passw@rd'),
23
'email_verified_at' => now()
24
]);
25
}
0 commit comments