belongsTo(ProductProxy::modelClass()); } /** * Get the product that owns the image. */ public function associated_product() { return $this->belongsTo(ProductProxy::modelClass()); } /** * Create a new factory instance for the model. */ protected static function newFactory(): Factory { return ProductGroupedProductFactory::new(); } }