mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Set chain IP resolver as the default IP resolver
This commit is contained in:
@@ -83,7 +83,7 @@ class ProcessVisitsCommand extends Command
|
||||
|
||||
$io->writeln(sprintf(
|
||||
' [<info>' . $this->translator->translate('Address located at "%s"') . '</info>]',
|
||||
$location->getCityName()
|
||||
$location->getCountryName()
|
||||
));
|
||||
} catch (WrongIpException $e) {
|
||||
$io->writeln(
|
||||
|
||||
Reference in New Issue
Block a user