Skip to content

Commit

Permalink
Make English Country Names possible (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Aug 9, 2018
1 parent d0b2741 commit bc115f3
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 210 deletions.
2 changes: 1 addition & 1 deletion src/Utility.php
Expand Up @@ -34,7 +34,7 @@ class Utility implements UtilityInterface
public function getCountryCode($country)
{
$rows = $this->getCSV(DIRNAME(__FILE__) . "/data/Landekoder.csv", $country);
$stored_in_column = 2;
$stored_in_column = 3;
return $rows[$stored_in_column];
}

Expand Down

0 comments on commit bc115f3

Please sign in to comment.