@@ -149,13 +149,13 @@ |
||
149 | 149 | } |
150 | 150 | |
151 | 151 | /** |
152 | - * Batch Delete existing Volume model. |
|
153 | - * If deletion is successful, the browser will be redirected to the 'index' page. |
|
154 | - * @return mixed |
|
155 | - * @throws NotFoundHttpException |
|
156 | - * @throws \Throwable |
|
157 | - * @throws \yii\db\StaleObjectException |
|
158 | - */ |
|
152 | + * Batch Delete existing Volume model. |
|
153 | + * If deletion is successful, the browser will be redirected to the 'index' page. |
|
154 | + * @return mixed |
|
155 | + * @throws NotFoundHttpException |
|
156 | + * @throws \Throwable |
|
157 | + * @throws \yii\db\StaleObjectException |
|
158 | + */ |
|
159 | 159 | public function actionBatchDelete() |
160 | 160 | { |
161 | 161 | if (($ids = Yii::$app->request->post('ids', null)) != null) { |