Merge branch 'feature/choose' into 'master'

fix bug

See merge request arch/php-auth-client!2
This commit is contained in:
董巍 2018-11-23 15:02:23 +08:00
commit 5094c52f8c

View File

@ -27,6 +27,7 @@ class OAuth
$this->host = $config['host'];
$this->id = $config['appid'];
$this->secret = $config['secret'];
return $this;
}
/**