提交 bc7cf637 编写于 作者: C crny 提交者: 安正超

extend gateway config (#86)

上级 cfa8a122
......@@ -260,6 +260,6 @@ class EasySms
*/
protected function callCustomCreator($gateway)
{
return call_user_func($this->customCreators[$gateway], $this->config->get($gateway, []));
return call_user_func($this->customCreators[$gateway], $this->config->get("gateways.{$gateway}", []));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册