flush
[pharext/pharext.org] / app / bootstrap / http.php
1 <?php
2
3 namespace app;
4
5 use http\Env\Request;
6 use http\Env\Response;
7
8 $injector->share(Request::class);
9 $injector->share(Response::class);