belongsTo(User::class, 'user_id'); } public function beer() { return $this->belongsToMany(Beer::class, 'beer_list_pivot', 'beer_id', 'list_id'); } }