Example #1
0
 public function getUser()
 {
     return $this->hasOne(User::className(), ['_id' => '_id']);
 }