Method doesn't return country code for Virgin Islands, U.S. `$code = Country::getCodeFromName( 'Virgin Islands, U.S.' );` Probably because of the dot in delimiter in `Config` `protected $delimiter = ['\\', '/', '.'];`