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:
Andras Bacsai 2025-10-13 15:44:23 +02:00
parent f77ad4cbd9
commit 53b605c4b2

View file

@ -90,7 +90,7 @@
|
*/
'legacy_model_binding' => true,
'legacy_model_binding' => false,
/*
|---------------------------------------------------------------------------