Merge branch 'feature/choose' into 'master'
fix bug See merge request arch/php-auth-client!2
This commit is contained in:
commit
5094c52f8c
|
@ -27,6 +27,7 @@ class OAuth
|
||||||
$this->host = $config['host'];
|
$this->host = $config['host'];
|
||||||
$this->id = $config['appid'];
|
$this->id = $config['appid'];
|
||||||
$this->secret = $config['secret'];
|
$this->secret = $config['secret'];
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user