belongsTo(ConfigOption::class); } /** * Get the product of the option. */ public function product() { return $this->belongsTo(Product::class); } }