cviebrock / eloquent-taggable

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

3.1 custom model #73

Closed nicgutierrez closed 6 years ago

nicgutierrez commented 6 years ago

Hi, this is more of a question.

Is there any way in v 3.1 to use a custom model?

Thanks, Nic

nicgutierrez commented 6 years ago

nvm, I just realised I can override the tags method and return the model I want :)

Cheers

cviebrock commented 6 years ago

Yeah, I only added this feature to the latest version. If you wanted to make a PR to back port this feature, I’d happily accept it!