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