Commit 047e5e09 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(fix) keep config as it was first

1 merge request!267(feat) Specify From minds.com on sms messages
Pipeline #71282482 running with stages
in 7 minutes and 1 second
......@@ -55,7 +55,7 @@ class Twilio implements SMSServiceInterface
try {
$result = $this->client->messages->create(
$number, [
'from' => 'Minds',
'from' => $this->config['from'],
'body' => $message,
]);
} catch (\Exception $e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment