belongsTo('App\Models\Product', 'product_id'); } public function attribute() { return $this->belongsTo('App\Models\Attribute', 'attribute_id'); } }