diff --git a/src/oauth2server/Server.php b/src/oauth2server/Server.php index 5b63e6b1..cb549296 100644 --- a/src/oauth2server/Server.php +++ b/src/oauth2server/Server.php @@ -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); }