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