belongsTo(User::class); } public function tag() { return $this->morphOne(Tag::class, 'taggable'); } }