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

use `translate()` method without fallback

Briareos17 opened this issue · comments

Hi. I can't find out how to use translate() method without fallback, this is usefull for admin panels, where not translated field should be empty except of filled with fallback.

Okay, I see third param in source, it just not described in docs.