<?php namespace App; use Illuminate\Database\Eloquent\Model; class OrderProductAttributes extends Model { public function attribute(){ return $this->belongsTo(Attribute::class); } }