Turn on legacy binding since other components still use it

This commit is contained in:
Marcus Moore 2024-07-18 12:00:01 -07:00
parent 7685de45f2
commit 8d1cc22c58
No known key found for this signature in database

View file

@ -101,7 +101,7 @@ return [
|
*/
'legacy_model_binding' => false,
'legacy_model_binding' => true,
/*
|---------------------------------------------------------------------------