Ejemplo n.º 1
0
 public function getOrder()
 {
     return $this->hasOne(OrderSearch::className(), ['id' => 'order_id']);
 }