From: Vincent Vanwaelscappel Date: Fri, 5 Jul 2019 13:27:56 +0000 (+0200) Subject: #2868 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ec9b1488c48c1e1ce4164d9809eefa5b14eb4b6a;p=cubist_locale.git #2868 --- diff --git a/src/Country.php b/src/Country.php index 4ebd3c1..bd24571 100644 --- a/src/Country.php +++ b/src/Country.php @@ -6,5 +6,5 @@ namespace Cubist\Locale; class Country extends LocalizedList { - protected static $_listPath = '/vendor/umpirsky/country-list/data/$locale/country.php'; + protected static $_listPath = 'vendor/umpirsky/country-list/data/$locale/country.php'; } diff --git a/src/List.php b/src/List.php deleted file mode 100644 index 4bc03d9..0000000 --- a/src/List.php +++ /dev/null @@ -1,25 +0,0 @@ -