Skip to content

Commit 9946aba

Browse files
committed
password
1 parent a9bf04b commit 9946aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/UsersSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function run()
1717
"email" => "admin@admin.com",
1818
"firstname" => "Super",
1919
"lastname" => "Admin",
20-
"password" => "password",
20+
"password" => bcrypt('password'),
2121
"hobbies" => "test",
2222
"phone" => "9999999999",
2323
"country_id" => 2

0 commit comments

Comments
 (0)