From db613880b87ba138e5138650fc612b5e4493b989 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 5 Jul 2019 15:00:07 +0200 Subject: [PATCH] #2868 --- src/Country.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.39.5