Skip to content

Commit 643f55c

Browse files
author
Maelmin Henge
committed
add patch request method
1 parent 27ade0a commit 643f55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Enum/RequestMethodEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ enum RequestMethodEnum: string
77
case GET = 'GET';
88
case POST = 'POST';
99
case PUT = 'PUT';
10+
case PATCH = 'PATCH';
1011
case DELETE = 'DELETE';
1112
}

0 commit comments

Comments
 (0)