rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Hook into events so the tag count changes as the article gets deleted. #40

Closed rtconner closed 9 years ago

rtconner commented 9 years ago
Article::find($id)->delete();

That code should decrement the tag count.