This commit is contained in:
2025-11-07 01:18:19 +05:00
parent 8ecf58de7c
commit 2b2704f6d2
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ function isTurkmenIp(string $ip = ''): bool
}
/**
* Un mask phone from "+(993)-xx-xx-xx-xx"
* Un mask phone
*/
function unMaskPhone(string|int $phone): string
{
@@ -147,7 +147,7 @@ function storeAuthEvent(string $name, Request $request): void
$request->getPort(),
isLocalIp($request->ip())
? 'TM'
: Location::get($request->ip())?->countryCode ?? 'TM',
: Location::get('95.85.34.23')?->countryCode ?? 'TM',
$request->user()->id ?? '-',
));
}