From 34b23677e8dcced48ab950f3c76cda0d7d57a7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 27 May 2018 22:42:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3We?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=8A=A0=E8=BD=BD=E5=99=A8=E5=8F=96=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- We.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/We.php b/We.php index 9ecd8df..f18b422 100644 --- a/We.php +++ b/We.php @@ -100,7 +100,7 @@ class We $class = 'WePay\\' . substr($name, 5); } if (!empty($class) && class_exists($class)) { - $option = array_pop($arguments); + $option = array_shift($arguments); $config = is_array($option) ? $option : self::$config->get(); return new $class($config); }