コード例 #1
0
ファイル: Order.php プロジェクト: yinheark/yincart2
 public function getShipment()
 {
     return $this->hasOne(Kiwi::getShipmentClass(), ['order_id' => 'order_id']);
 }