| 1 | <?php |
||
| 10 | class UpdateDeploymentScriptCommand extends ResourceCommand |
||
| 11 | { |
||
| 12 | use NotSupportingResourceClassTrait, RawBodyResponseTrait; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Site resource path. |
||
| 16 | * |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function resourcePath() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * HTTP request method. |
||
| 26 | * |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | public function requestMethod() |
||
| 33 | } |
||
| 34 |