Example #1
0
 public function getSession()
 {
     return $this->hasOne(Session::className(), ['id' => 'session_id']);
 }