예제 #1
0
파일: Transfers.php 프로젝트: fijj/map
 public function getUser()
 {
     return $this->hasOne(User::className(), ['id' => 'author_id']);
 }