From e467fa7463c4edf14b0da6f5142b0e7e62cf635b Mon Sep 17 00:00:00 2001 From: PrinsFrank Date: Wed, 22 Mar 2023 22:13:06 +0100 Subject: [PATCH] Rename sources to reflect name changes --- dev/DataSource/Country/CountryNumericSource.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/DataSource/Country/CountryNumericSource.php b/dev/DataSource/Country/CountryNumericSource.php index b22a112..13dbf35 100644 --- a/dev/DataSource/Country/CountryNumericSource.php +++ b/dev/DataSource/Country/CountryNumericSource.php @@ -4,7 +4,7 @@ namespace PrinsFrank\Standards\Dev\DataSource\Country; -use PrinsFrank\Standards\Country\ISO3166_1_Numeric; +use PrinsFrank\Standards\Country\CountryNumeric; use PrinsFrank\Standards\Dev\DataSource\HtmlDataSource; use Symfony\Component\Panther\Client; use Symfony\Component\Panther\DomCrawler\Crawler; @@ -43,7 +43,7 @@ public static function transformValue(string $value): string|int|null public static function getSpecFQN(): string { - return ISO3166_1_Numeric::class; + return CountryNumeric::class; } public static function getKeyEnumFQN(): string