cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
537 stars 72 forks source link

TagService::renameTags() fails with custom morph keys #142

Closed anaxamaxan closed 8 months ago

anaxamaxan commented 8 months ago

Related to issue #140 – TagService::renameTags() (and by extension, Model::renameTags()) fails when using a custom morph map for the model. (PR in a moment)

cviebrock commented 8 months ago

Thanks again. Version 10.0.2 released.