define(Province::class, function (Faker\Generator $faker) { return [ 'name' => $faker->city, 'country_id' => 1 ]; });