3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-16 10:15:39 +00:00

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,
/*
|---------------------------------------------------------------------------