define(ToDoList::class, function (Faker $faker) { return [ 'user_id' => factory(\App\Models\User::class), 'name' => $faker->words(3, [false]), ]; });