mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
[更新]修正We快速加载器取第一参数
This commit is contained in:
parent
fd179277a6
commit
34b23677e8
2
We.php
2
We.php
@ -100,7 +100,7 @@ class We
|
|||||||
$class = 'WePay\\' . substr($name, 5);
|
$class = 'WePay\\' . substr($name, 5);
|
||||||
}
|
}
|
||||||
if (!empty($class) && class_exists($class)) {
|
if (!empty($class) && class_exists($class)) {
|
||||||
$option = array_pop($arguments);
|
$option = array_shift($arguments);
|
||||||
$config = is_array($option) ? $option : self::$config->get();
|
$config = is_array($option) ? $option : self::$config->get();
|
||||||
return new $class($config);
|
return new $class($config);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user