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 9a00676 commit 2b16b51Copy full SHA for 2b16b51
README.md
@@ -1325,6 +1325,14 @@ custom endpoints to the existing router and with a callback that implements your
1325
Here is an example of a custom controller class:
1326
1327
```
1328
+use Psr\Http\Message\ResponseInterface;
1329
+use Psr\Http\Message\ServerRequestInterface;
1330
+use Tqdev\PhpCrudApi\Cache\Cache;
1331
+use Tqdev\PhpCrudApi\Column\ReflectionService;
1332
+use Tqdev\PhpCrudApi\Controller\Responder;
1333
+use Tqdev\PhpCrudApi\Database\GenericDB;
1334
+use Tqdev\PhpCrudApi\Middleware\Router\Router;
1335
+
1336
class MyHelloController {
1337
1338
private $responder;
0 commit comments