Astrotomic / laravel-translatable

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

Improve getAttribute function #284

Closed squiaios closed 1 year ago

squiaios commented 2 years ago

Hello,

I add a check with the new attribute mutator from laravel 9 (https://laravel.com/docs/9.x/eloquent-mutators#defining-an-accessor) to improve code

Best reguards