Skip to content

Commit f03c239

Browse files
committed
allow post data with delete request
1 parent e65f127 commit f03c239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Request
3232
'post' => true,
3333
'put' => true,
3434
'patch' => true,
35-
'delete' => false,
35+
'delete' => true,
3636
'options' => false,
3737
);
3838

0 commit comments

Comments
 (0)