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