hasMany('App\AttributeValue'); } public function category() { return $this->belongsTo('App\Category'); } public function businesses() { return $this->belongsToMany('App\Business'); } public function products() { return $this->belongsToMany('App\Product'); } }