Skip to content

Commit d7477ad

Browse files
authored
Merge pull request #252 from franmomu/patch-3
Update FreeGeoIpFactory with freegeoip.app
2 parents 7125e2b + 4a5080e commit d7477ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProviderFactory/FreeGeoIpFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected static function configureOptionResolver(OptionsResolver $resolver)
3434
{
3535
$resolver->setDefaults([
3636
'httplug_client' => null,
37-
'base_url' => 'https://freegeoip.net/json/%s',
37+
'base_url' => 'https://freegeoip.app/json/%s',
3838
]);
3939

4040
$resolver->setAllowedTypes('httplug_client', ['object', 'null']);

0 commit comments

Comments
 (0)