We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b296a commit ef4678fCopy full SHA for ef4678f
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
==============
3
4
+1.0.0-rc2
5
+-----------------
6
+ * Fixed bugs
7
+
8
1.0.0-rc1
9
-----------------
10
* Changes in the administrative part
models/UserAuthClient.php
@@ -84,7 +84,7 @@ public function attributeLabels()
84
*/
85
public function getUser()
86
{
87
- return $this->hasOne(User::className(), ['id' => 'user_id']);
+ return $this->hasOne(\Yii::$app->user->identityClass, ['id' => 'user_id']);
88
}
89
90
/**
0 commit comments