| 1 | <?php |
||
| 11 | class NotAllowedDecorator extends NotFoundDecorator |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param ServerRequestInterface $request |
||
| 15 | * @param RequestHandlerInterface $handler |
||
| 16 | * @return ResponseInterface |
||
| 17 | */ |
||
| 18 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
||
| 24 | } |