mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
small fix
This commit is contained in:
@@ -51,7 +51,7 @@ class Manager implements TwilioInterface
|
||||
throw new InvalidArgumentException("Connection \"{$connection}\" is not configured.");
|
||||
}
|
||||
|
||||
$settings = $this->settings[$connection] ?? ['sid' => '', 'token' => '', 'from' => ''];
|
||||
$settings = $this->settings[$connection];
|
||||
|
||||
return new Twilio($settings['sid'], $settings['token'], $settings['from']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user