Skip to content

Commit 73acda8

Browse files
committed
feat: Enable legacy model binding in Livewire configuration
1 parent 88f33be commit 73acda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/livewire.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
|
9191
*/
9292

93-
'legacy_model_binding' => false,
93+
'legacy_model_binding' => true,
9494

9595
/*
9696
|---------------------------------------------------------------------------

0 commit comments

Comments
 (0)