Skip to content

Commit

Permalink
Rename sources to reflect name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Mar 22, 2023
1 parent 22e79e8 commit e467fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/DataSource/Country/CountryNumericSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e467fa7

Please sign in to comment.