belongsTo(ProductProxy::modelClass()); } /** * Get the bundle option products that owns the bundle option. */ public function bundle_option_products() { return $this->hasMany(ProductBundleOptionProductProxy::modelClass()); } /** * Create a new factory instance for the model. */ protected static function newFactory(): Factory { return ProductBundleOptionsFactory::new(); } }