Disable legacy_model_binding flag in Livewire config
All components have been migrated from legacy model binding to explicit public properties with syncData() pattern. Safe to disable the flag. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f77ad4cbd9
commit
53b605c4b2
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'legacy_model_binding' => true,
|
||||
'legacy_model_binding' => false,
|
||||
|
||||
/*
|
||||
|---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue