diff --git a/Service/Endpoint/EndpointFactoryInterface.php b/Service/Endpoint/EndpointFactoryInterface.php index 54d5316..f74b8e8 100644 --- a/Service/Endpoint/EndpointFactoryInterface.php +++ b/Service/Endpoint/EndpointFactoryInterface.php @@ -13,6 +13,7 @@ interface EndpointFactoryInterface EndpointInterface::METHOD_PATCH, EndpointInterface::METHOD_PUT, EndpointInterface::METHOD_DELETE, + EndpointInterface::METHOD_HEAD, ]; /**