Exemplo n.º 1
0
 public function getFieldValues()
 {
     return $this->hasMany(TourFieldValue::className(), ['booking_id' => 'id']);
 }