Version 1. #1

Merged
kor-elf merged 5 commits from develop into main 2023-12-03 01:16:15 +06:00
Showing only changes of commit d9e9564ea8 - Show all commits

View File

@ -17,7 +17,7 @@ final readonly class CaptchaService
try {
$post = [];
if (!is_null($userAgent)) {
$post['user_ageng'] = $userAgent;
$post['user_agent'] = $userAgent;
}
$response = Http::withHeaders([