morphTo(); } /** * Get the product that owns the customer group price. */ public function customer_group() { return $this->belongsTo(CustomerGroupProxy::modelClass()); } /** * Create a new factory instance for the model. */ protected static function newFactory(): Factory { return ProductCustomerGroupPriceFactory::new(); } }