Skip to content

Commit 6744c98

Browse files
committed
fix: update binding_mode default value
1 parent b1a8876 commit 6744c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
|
2222
*/
2323

24-
'binding_mode' => env('REPOSITORY_BINDING_MODE', 'attribute'),
24+
'binding_mode' => env('REPOSITORY_BINDING_MODE', 'provider'),
2525

2626
/*
2727
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)