Skip to content

Commit

Permalink
Fixed example to be like the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandokov committed Jul 14, 2015
1 parent 5316620 commit 228230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ When testing, it is common to need to insert a few records into your database be
return [
'name' => $faker->name,
'email' => $faker->email,
'password' => str_random(10),
'password' => bcrypt(str_random(10)),
'remember_token' => str_random(10),
];
});
Expand Down

0 comments on commit 228230c

Please sign in to comment.