cviebrock / eloquent-taggable

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

Correct renaming issue in TagService::renameTags() #143

Closed anaxamaxan closed 10 months ago

anaxamaxan commented 10 months ago

Fixes issue #142 and adds a test for it.