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

View File

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