belongsTo(OrderProxy::modelClass()); } /** * Get the child item record associated with the order item. */ public function order_item() { return $this->hasOne(OrderItemProxy::modelClass()); } }