spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant able to translate pluck elequent

devgene opened this issue · comments

cant able to translate pluck elequent

Hello.

hasTranslation is a trait for Models.

You should add a mutator for the field you want to be translated, so pluck filters the already translated field.