@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Finite\StateMachine\StateMachine; |
|
| 4 | - |
|
| 5 | 3 | class DNDeploymentDispatcher extends Dispatcher { |
| 6 | 4 | |
| 7 | 5 | const ALLOW_DNDEPLOYMENT_APPROVE = 'ALLOW_DNDEPLOYMENT_APPROVE'; |
@@ -144,13 +144,13 @@ |
||
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | /** |
| 147 | - * Action - Get the latest deploy log |
|
| 148 | - * |
|
| 149 | - * @param SS_HTTPRequest $request |
|
| 150 | - * |
|
| 151 | - * @return string |
|
| 152 | - * @throws SS_HTTPResponse_Exception |
|
| 153 | - */ |
|
| 147 | + * Action - Get the latest deploy log |
|
| 148 | + * |
|
| 149 | + * @param SS_HTTPRequest $request |
|
| 150 | + * |
|
| 151 | + * @return string |
|
| 152 | + * @throws SS_HTTPResponse_Exception |
|
| 153 | + */ |
|
| 154 | 154 | public function log(SS_HTTPRequest $request) { |
| 155 | 155 | $params = $request->params(); |
| 156 | 156 | $deployment = DNDeployment::get()->byId($params['ID']); |