mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
Added ip lookup on registration, fixes ST-245
This commit is contained in:
committed by
Gregor Vostrak
parent
364168debd
commit
de1accba4a
10
app/Service/IpLookup/IpLookupServiceContract.php
Normal file
10
app/Service/IpLookup/IpLookupServiceContract.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\IpLookup;
|
||||
|
||||
interface IpLookupServiceContract
|
||||
{
|
||||
public function lookup(string $ip): ?IpLookupResponseDto;
|
||||
}
|
||||
Reference in New Issue
Block a user