We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d50147 commit 0a84297Copy full SHA for 0a84297
src/App/src/Handler/AbstractHandler.php
@@ -23,8 +23,6 @@ abstract class AbstractHandler implements RequestHandlerInterface
23
protected ?HalResponseFactory $responseFactory = null;
24
protected ?ResourceGenerator $resourceGenerator = null;
25
26
- abstract public function handle(ServerRequestInterface $request): ResponseInterface;
27
-
28
public function setResponseFactory(HalResponseFactory $responseFactory): self
29
{
30
$this->responseFactory = $responseFactory;
0 commit comments