Card Requisite

This commit is contained in:
2025-10-27 21:10:13 +05:00
parent acadd8c9a4
commit 8f1e941d09
4 changed files with 87 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ class SmsRepository
return $res->getBody();
} catch (Exception $e) {
Log::error($e);
return null;
}
}
}