spatie / nova-translatable

Making Nova fields translatable
https://murze.be/making-nova-fields-translatable
MIT License
223 stars 28 forks source link

PHP 8.2 : Deprecation warning on creation of dynamic properties #84

Closed bastien-phi closed 1 year ago

bastien-phi commented 1 year ago

When running my test-suite on PHP8.2 without deprecation handling, I get this error :

ErrorException: Creation of dynamic property Spatie\NovaTranslatable\Translatable::$translatedFieldsByLocale is deprecated in /path/to/project/vendor/spatie/nova-translatable/src/Translatable.php:173

Not sure what this property is used for, it looks like it is used only at this line...

spatie-bot commented 1 year ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.