Skip to content

Commit

Permalink
bugfix (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: v_haodouliu <[email protected]>
  • Loading branch information
thisliu and v_haodouliu authored May 6, 2020
1 parent 91cbbd3 commit 90b1303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EasySms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 90b1303

Please sign in to comment.