Thimo144
Creation of dynamic property is deprecated
Hello,
When i create a form and add fields to it, laravel debugbar is throwing me warnings about:
LOG.warning: Creation of dynamic property App\Http\Livewire**\Record\OracleProjectGeneralGeneralBlock::$Oracleproject_ClarityNumber is deprecated
This is all im doing:
FusionColumn::name('Oracleproject_ClarityNumber')
->label(__('fusion/oracleprojects.labels.project_beehiveprojectid'))
->filterable(),
PHP version 8.2.13
Laravel: 9.52.15
Filament: 2.17.53
Do other people have this problem aswell or am i doing something wrong?
Thanks!2 replies