Faker\Provider\ng_NG\Address::county PHP Method

county() public static method

Randomly returns a Nigerian state or county.
public static county ( ) : string
return string
    public static function county()
    {
        return static::randomElement(static::$county);
    }