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