| 1 | <?php |
||
| 14 | class Update extends Action\AbstractImpl |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param Request $request |
||
| 19 | * @param Response $response |
||
| 20 | * @param array $args |
||
| 21 | * @return Response |
||
| 22 | * @throws ModelNotFoundException |
||
| 23 | * @throws NestedValidationException |
||
| 24 | */ |
||
| 25 | public function run(Request $request, Response $response, array $args) : Response |
||
| 47 | } |
||
| 48 |