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