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 fcc785c commit 0ad4642Copy full SHA for 0ad4642
src/Tqdev/PhpCrudApi/Api.php
@@ -3,6 +3,7 @@
3
4
use Psr\Http\Message\ResponseInterface;
5
use Psr\Http\Message\ServerRequestInterface;
6
+use Psr\Http\Server\RequestHandlerInterface;
7
use Tqdev\PhpCrudApi\Cache\CacheFactory;
8
use Tqdev\PhpCrudApi\Column\DefinitionService;
9
use Tqdev\PhpCrudApi\Column\ReflectionService;
@@ -31,7 +32,7 @@
31
32
use Tqdev\PhpCrudApi\Record\RecordService;
33
use Tqdev\PhpCrudApi\ResponseUtils;
34
-class Api
35
+class Api implements RequestHandlerInterface
36
{
37
private $router;
38
private $responder;
0 commit comments