Skip to content

Commit 70f29f6

Browse files
committed
remove unused http methods
1 parent 4f3b802 commit 70f29f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Enums/HttpMethods.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ class HttpMethods
1414
const PUT = 'PUT';
1515
const PATCH = 'PATCH';
1616
const DELETE = 'DELETE';
17-
const OPTIONS = 'OPTIONS';
18-
const HEAD = 'HEAD';
19-
const CONNECT = 'CONNECT';
20-
const TRACE = 'TRACE';
2117

2218
/**
2319
* Standardize custom http method name

0 commit comments

Comments
 (0)