Skip to content

Commit 0a84297

Browse files
committed
bugfix
Signed-off-by: alexmerlin <[email protected]>
1 parent 0d50147 commit 0a84297

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App/src/Handler/AbstractHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ abstract class AbstractHandler implements RequestHandlerInterface
2323
protected ?HalResponseFactory $responseFactory = null;
2424
protected ?ResourceGenerator $resourceGenerator = null;
2525

26-
abstract public function handle(ServerRequestInterface $request): ResponseInterface;
27-
2826
public function setResponseFactory(HalResponseFactory $responseFactory): self
2927
{
3028
$this->responseFactory = $responseFactory;

0 commit comments

Comments
 (0)