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