mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Renamed variable
This commit is contained in:
parent
4c82648a9a
commit
44666402dd
@ -97,7 +97,7 @@ class Server
|
|||||||
public function __construct($options = null)
|
public function __construct($options = null)
|
||||||
{
|
{
|
||||||
if ($options !== null) {
|
if ($options !== null) {
|
||||||
$this->options = array_merge($this->config, $options);
|
$this->config = array_merge($this->config, $options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user