]> _ Git - cubist_locale.git/commitdiff
#2868
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Jul 2019 13:00:07 +0000 (15:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Jul 2019 13:00:07 +0000 (15:00 +0200)
src/Country.php

index 9bd337dd6bd95a49cb2d6a9928f44d6f95104812..4ebd3c1e3d4f53ca08b6c75e18a444c481fca0c0 100644 (file)
@@ -4,7 +4,7 @@
 namespace Cubist\Locale;
 
 
-class Locale extends LocalizedList
+class Country extends LocalizedList
 {
     protected static $_listPath = '/vendor/umpirsky/country-list/data/$locale/country.php';
 }