Skip to content

Commit 0ad4642

Browse files
committed
wip
1 parent fcc785c commit 0ad4642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tqdev/PhpCrudApi/Api.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
use Psr\Http\Message\ResponseInterface;
55
use Psr\Http\Message\ServerRequestInterface;
6+
use Psr\Http\Server\RequestHandlerInterface;
67
use Tqdev\PhpCrudApi\Cache\CacheFactory;
78
use Tqdev\PhpCrudApi\Column\DefinitionService;
89
use Tqdev\PhpCrudApi\Column\ReflectionService;
@@ -31,7 +32,7 @@
3132
use Tqdev\PhpCrudApi\Record\RecordService;
3233
use Tqdev\PhpCrudApi\ResponseUtils;
3334

34-
class Api
35+
class Api implements RequestHandlerInterface
3536
{
3637
private $router;
3738
private $responder;

0 commit comments

Comments
 (0)