mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Defined stricter model to represent one geo location
This commit is contained in:
@@ -10,5 +10,5 @@ interface IpLocationResolverInterface
|
||||
/**
|
||||
* @throws WrongIpException
|
||||
*/
|
||||
public function resolveIpLocation(string $ipAddress): array;
|
||||
public function resolveIpLocation(string $ipAddress): Model\Location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user