mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 02:33:14 +05:30
Optional $options
This commit is contained in:
parent
00fe3d3501
commit
13f2964944
@ -40,7 +40,6 @@ class Server
|
|||||||
|
|
||||||
public function __construct(array $options = null)
|
public function __construct(array $options = null)
|
||||||
{
|
{
|
||||||
$this->options = array_merge($this->config, $options);
|
|
||||||
if ($options !== null) {
|
if ($options !== null) {
|
||||||
$this->options = array_merge($this->config, $options);
|
$this->options = array_merge($this->config, $options);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user