mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-26 16:52:04 +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)
|
||||
{
|
||||
$this->options = array_merge($this->config, $options);
|
||||
if ($options !== null) {
|
||||
$this->options = array_merge($this->config, $options);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user