1 | <?php |
||
15 | return new class implements DelegateInterface { |
||
16 | |||
17 | /** |
||
18 | * Dispatch the next available middleware and return the response. |
||
19 | * |
||
20 | * @param ServerRequestInterface $request |
||
21 | * |
||
22 | * @return ResponseInterface |
||
23 | */ |
||
24 | public function process(ServerRequestInterface $request) |
||
28 | }; |
||
29 | } |
||
31 |