From 3e9c7307f44272574db23386193f2057bbecd8f5 Mon Sep 17 00:00:00 2001 From: dongwei <838456736@qq.com> Date: Fri, 23 Nov 2018 15:01:47 +0800 Subject: [PATCH] fix bug --- src/PdAuth/OAuth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PdAuth/OAuth.php b/src/PdAuth/OAuth.php index 12b351f..fdf913e 100644 --- a/src/PdAuth/OAuth.php +++ b/src/PdAuth/OAuth.php @@ -27,6 +27,7 @@ class OAuth $this->host = $config['host']; $this->id = $config['appid']; $this->secret = $config['secret']; + return $this; } /**