summerblue / laravel-taggable

Taggable Trait for using tag inside Laravel Eloquent models, with Baum's Nested Set pattern support.
http://estgroupe.com
MIT License
54 stars 10 forks source link

tag_id and permlink error #5

Open ghost opened 6 years ago

ghost commented 6 years ago

taggables的字段tag_id应该是tags_id。 Util.php第156行permlink(),应该是permalink()