示例#1
0
文件: Transfers.php 项目: fijj/map
 public function getUser()
 {
     return $this->hasOne(User::className(), ['id' => 'author_id']);
 }