hasMany(Merchandise::class); } public function tags(): MorphToMany { return $this->morphToMany(Tag::class, 'taggable'); } }