Commit e3f18ea5 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3449 from browner12/patch-1

type hint faker generator
parents ef958716 037769e1
......@@ -11,7 +11,7 @@
|
*/
$factory->define(App\User::class, function ($faker) {
$factory->define(App\User::class, function (Faker\Generator $faker) {
return [
'name' => $faker->name,
'email' => $faker->email,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment