diff --git a/frontend/controllers/CabinetController.php b/frontend/controllers/CabinetController.php index 7a8db02..389d594 100755 --- a/frontend/controllers/CabinetController.php +++ b/frontend/controllers/CabinetController.php @@ -133,11 +133,11 @@ public function actionList() { $table = IntellectualProperty::find() -// ->where( -// [ -// 'user_id' => \Yii::$app->user->identity->id, -// ] -// ) + ->where( + [ + 'user_id' => \Yii::$app->user->id, + ] + ) ->all(); return $this->render( 'list', -- libgit2 0.21.4