Skip to content

Commit 0ffc54b

Browse files
committed
🚿
1 parent 5afc327 commit 0ffc54b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Psr18/CurlHandle.php

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public function __construct(RequestInterface $request, ResponseInterface $respon
5151
$this->response = $response;
5252
$this->options = $options;
5353
$this->curl = \curl_init();
54-
55-
\curl_setopt_array($this->curl, $this->options->curl_options);
5654
}
5755

5856
/**

0 commit comments

Comments
 (0)