Exemplo n.º 1
0
 /**
  * 清空通知
  * @return \yii\web\Response
  * @throws NotFoundHttpException
  * @throws \Exception
  */
 public function actionClear()
 {
     Notification::deleteAll(['user_id' => Yii::$app->user->id]);
     return $this->redirect(['index']);
 }