stan errors

This commit is contained in:
2025-10-28 22:17:36 +05:00
parent 90c3ea3fff
commit 6bdc820589
4 changed files with 36 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class SmsRepository
try {
$res = $client->sendAsync($request)->wait();
return $res->getBody();
return $res->getBody(); // @phpstan-ignore-line
} catch (Exception $e) {
Log::error($e);