Fixed typo in attribute name (Fixes #20)

This commit is contained in:
Gregory Oschwald
2014-08-06 06:47:50 -07:00
parent 13fbcae21c
commit a9fa7194aa
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class RepresentedCountry extends Country
'confidence',
'geonameId',
'isoCode',
'namespace',
'names',
'type'
);
}