mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Optional $options
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user