From: Vincent Vanwaelscappel Date: Fri, 5 Jul 2019 13:00:07 +0000 (+0200) Subject: #2868 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=db613880b87ba138e5138650fc612b5e4493b989;p=cubist_locale.git #2868 --- diff --git a/src/Country.php b/src/Country.php index 9bd337d..4ebd3c1 100644 --- a/src/Country.php +++ b/src/Country.php @@ -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'; }