engine/http: remove HTTPMethod as it's not used
This commit is contained in:
parent
c2cb432ae6
commit
d18ce884a3
@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace engine\http;
|
|
||||||
|
|
||||||
enum HTTPMethod: string
|
|
||||||
{
|
|
||||||
case GET = 'GET';
|
|
||||||
case POST = 'POST';
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user