@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Displays a single SystemLog models. |
55 | 55 | * @param integer $id |
56 | - * @return mixed |
|
56 | + * @return string |
|
57 | 57 | */ |
58 | 58 | public function actionView($id) |
59 | 59 | { |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * Deletes an existing SystemLog models. |
67 | 67 | * If deletion is successful, the browser will be redirected to the 'index' page. |
68 | 68 | * @param integer $id |
69 | - * @return mixed |
|
69 | + * @return yii\web\Response |
|
70 | 70 | */ |
71 | 71 | public function actionDelete($id) |
72 | 72 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use monsterhunter\yii2\log\models\search\SystemLogSearch; |
6 | 6 | use monsterhunter\yii2\log\models\SystemLog; |
7 | -use yii; |
|
8 | 7 | use yii\filters\VerbFilter; |
9 | 8 | use yii\web\Controller; |
10 | 9 | use yii\web\NotFoundHttpException; |