define(\App\Models\Link::class, function (Faker $faker) { return [ 'title' => $faker->name, 'link' => $faker->url, ]; });