Skip to content

Commit

Permalink
Merge pull request #7 from zbora23/patch-1
Browse files Browse the repository at this point in the history
Update Delete.php
  • Loading branch information
derpoho authored Feb 20, 2024
2 parents db54064 + c64bb52 commit 1d96f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/Index/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Delete extends Request
/**
* @var Method
*/
protected Method $method = Method::DELETE;
protected Method $method = Method::POST;

/**
* @param string $name
Expand Down

0 comments on commit 1d96f8f

Please sign in to comment.