belongsTo(User::class); } public function tags() { return $this->belongsToMany(Tag::class, 'paste_taggings'); } }