コード例 #1
0
ファイル: Transfers.php プロジェクト: fijj/map
 public function getUser()
 {
     return $this->hasOne(User::className(), ['id' => 'author_id']);
 }