コード例 #1
0
ファイル: Profile.php プロジェクト: andasoft/yii2-core
 public function getUser()
 {
     return $this->hasOne(\mirage\user\models\User::className(), ['id' => 'user_id']);
 }