Skip to content

Commit 2b16b51

Browse files
committed
update
1 parent 9a00676 commit 2b16b51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,14 @@ custom endpoints to the existing router and with a callback that implements your
13251325
Here is an example of a custom controller class:
13261326

13271327
```
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+
13281336
class MyHelloController {
13291337
13301338
private $responder;

0 commit comments

Comments
 (0)