From a2481901820331ad8cebc68941af7dd43d78b556 Mon Sep 17 00:00:00 2001 From: NeilJ Date: Wed, 23 Feb 2022 15:03:43 +0000 Subject: [PATCH] fix: update DB_URL --- src/Country.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Country.php b/src/Country.php index 02a4c75..509c58e 100644 --- a/src/Country.php +++ b/src/Country.php @@ -29,7 +29,7 @@ class Country const DB_FILENAME = 'iso3166'; const DB_FOLDER = 'data'; - const DB_URL = 'https://dev.maxmind.com/csv-files/codes/iso3166.csv'; + const DB_URL = 'https://dev.maxmind.com/static/csv/codes/iso3166.csv?lang=en'; /** * The configuration data that is queried.