diff --git a/src/Client.php b/src/Client.php index a969a23..82163c4 100644 --- a/src/Client.php +++ b/src/Client.php @@ -132,7 +132,6 @@ public function put($key, $value, array $options = []) ]; $params = $this->encode($params); - $options = $this->encode($options); $body = $this->request(self::URI_PUT, $params, $options); $body = $this->decodeBodyForFields( $body,