define(PaymentMethod::class, function (Faker $faker) { return [ 'name' => $faker->name, 'company_id' => User::find(1)->company_id, ]; });