| 1 | <?php |
||
| 14 | final class GetConfigAction implements MiddlewareInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var HydratorInterface |
||
| 18 | */ |
||
| 19 | private $hydrator; |
||
| 20 | |||
| 21 | 2 | public function __construct( |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | 2 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
| 36 | } |
||
| 37 |