Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.22k stars 152 forks source link

Make compatible with Model::preventAccessingMissingAttributes #367

Closed uintaam closed 9 months ago

uintaam commented 9 months ago

Check for the existence of these optional variables before accessing them, so we can use this package with Model::preventAccessingMissingAttributes() and Model::shouldBeStrict()