Skip to content

Commit 4912355

Browse files
committed
Remove DELETE method. It should be empty
1 parent 8c7e4f3 commit 4912355

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Request.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,6 @@ public function getOptions() : array
653653
case Method::POST:
654654
$options[\CURLOPT_POSTFIELDS] = $this->getPostAndFiles();
655655
break;
656-
case Method::DELETE:
657656
case Method::PATCH:
658657
case Method::PUT:
659658
$options[\CURLOPT_POSTFIELDS] = $this->getBody();

0 commit comments

Comments
 (0)