@@ -121,14 +121,14 @@ |
||
121 | 121 | Yii::$app->getSession()->setFlash('success', Yii::t('yuncms', 'Delete success.')); |
122 | 122 | return $this->redirect(['index']); |
123 | 123 | } |
124 | - /** |
|
125 | - * Batch Delete existing Task model. |
|
126 | - * If deletion is successful, the browser will be redirected to the 'index' page. |
|
127 | - * @return mixed |
|
128 | - * @throws NotFoundHttpException |
|
129 | - * @throws \Throwable |
|
130 | - * @throws \yii\db\StaleObjectException |
|
131 | - */ |
|
124 | + /** |
|
125 | + * Batch Delete existing Task model. |
|
126 | + * If deletion is successful, the browser will be redirected to the 'index' page. |
|
127 | + * @return mixed |
|
128 | + * @throws NotFoundHttpException |
|
129 | + * @throws \Throwable |
|
130 | + * @throws \yii\db\StaleObjectException |
|
131 | + */ |
|
132 | 132 | public function actionBatchDelete() |
133 | 133 | { |
134 | 134 | if (($ids = Yii::$app->request->post('ids', null)) != null) { |