define(App\Models\MilestoneTask::class, function (Faker $faker) { return [ 'milestone_id' => $faker->word, 'type_id' => $faker->word, 'title' => $faker->word, 'description' => $faker->word ]; });