@@ -65,7 +65,7 @@ |
||
65 | 65 | $this->placeRepository = new PlaceRepository($tree); |
66 | 66 | |
67 | 67 | // Get the country names for each language |
68 | - $this->country_to_iso3166 = $this->getIso3166Countries(); |
|
68 | + $this->country_to_iso3166 = $this->getIso3166Countries(); |
|
69 | 69 | } |
70 | 70 | |
71 | 71 | /** |