rtconner / laravel-tagging

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

Replace ->lists() with ->pluck() #107

Closed stueynet closed 8 years ago

stueynet commented 8 years ago

Lists is deprecated as of 5.2 and removed in 5.3.

rtconner commented 8 years ago

Thank you.

stueynet commented 8 years ago

No problem. Looks like tests failed on hhvm. Not really sure if thats related to this. Doubt it though.

rtconner commented 8 years ago

HHVM is a separate issue.