Skip to content

Commit 6994800

Browse files
committedNov 16, 2020
migrate
1 parent 2435f1d commit 6994800

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎database/seeds/UsersSeeder.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ public function run()
1818
"firstname" => "Super",
1919
"lastname" => "Admin",
2020
"password" => bcrypt('password'),
21-
"hobbies" => "test",
21+
"hobbies" => serialize([
22+
"Soccer",
23+
"Game",
24+
"Watching"
25+
]),
2226
"phone" => "9999999999",
2327
"country_id" => 2
2428
]);

0 commit comments

Comments
 (0)