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