Skip to content

Commit dd99062

Browse files
committed
feat: Update DELETE to extend POST so can populate body
1 parent f0e15b2 commit dd99062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Common/Factory/HttpRequest/Delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @package Nails\Common\Factory\HttpRequest
1818
*/
19-
class Delete extends Get
19+
class Delete extends Post
2020
{
2121
const HTTP_METHOD = 'DELETE';
2222
}

0 commit comments

Comments
 (0)