diff --git a/src/EasySms.php b/src/EasySms.php index 4d2382a..529bd38 100644 --- a/src/EasySms.php +++ b/src/EasySms.php @@ -230,6 +230,8 @@ protected function createGateway($name) $config['timeout'] = $this->config->get('timeout', Gateway::DEFAULT_TIMEOUT); } + $config['options'] = $this->config->get('options', []); + $gateway = $this->makeGateway($className, $config); }