$this->faker->countryCode, 'iso_3166_2' => strtoupper($this->faker->randomLetter.$this->faker->randomLetter), 'iso_3166_3' => $this->faker->countryISOAlpha3, 'name' => $this->faker->country, 'region_code' => 123, 'sub_region_code' => 123, ]; } }