Esempio n. 1
0
 /**
  * @return ActiveQuery
  */
 public function getTour()
 {
     return $this->hasOne(TourRecord::className(), ['id' => 'tour_id']);
 }