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