cartalyst / tags

A Tagging package that easily allows you to add tags to your Eloquent models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

untag() didsnt work

hizone opened this issue · comments

hi
whant i use : setTag its work only to add tag
but if i try to delete tag its didnt work

if i have a 4 tags and i do update and stay only 3 its didnt delete the tag (with SetTag())

and
// Remove all the tags
$product->untag();

didnt work to

laravel 5.6

@Haizone The issue should be now fixed.

Will do a minor refactoring on the code later to improve performance a bit.