feat: Enable legacy model binding in Livewire configuration

This commit is contained in:
Andras Bacsai 2024-07-12 12:53:07 +02:00
parent 88f33be5b6
commit 73acda833e

View File

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