chore: linter

This commit is contained in:
Christy Jacob 2025-01-28 11:51:11 +05:30
parent dfbe3220d8
commit 6cef099890

View file

@ -423,7 +423,6 @@ class Messaging extends Action
try {
$result = $this->adapter->send($sms);
var_dump($result);
} catch (\Throwable $th) {
throw new \Exception('Failed sending to targets with error: ' . $th->getMessage());
}