Loading Core/SMS/Services/Twilio.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ class Twilio implements SMSServiceInterface try { try { $result = $this->client->messages->create( $result = $this->client->messages->create( $number, [ $number, [ 'from' => 'Minds', 'from' => $this->config['from'], 'body' => $message, 'body' => $message, ]); ]); } catch (\Exception $e) { } catch (\Exception $e) { Loading Loading
Core/SMS/Services/Twilio.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ class Twilio implements SMSServiceInterface try { try { $result = $this->client->messages->create( $result = $this->client->messages->create( $number, [ $number, [ 'from' => 'Minds', 'from' => $this->config['from'], 'body' => $message, 'body' => $message, ]); ]); } catch (\Exception $e) { } catch (\Exception $e) { Loading