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

(fix) keep config as it was first

parent 63c2228a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) {