Example #1
0
 public function getRefund()
 {
     return $this->hasOne(Kiwi::getRefund(), ['order_id' => 'order_id']);
 }