Skip to content

Commit 4337ef4

Browse files
Fix missing bracket in config snippet
Add missing bracket in `connections` config snippet. Co-authored-by: TaiwanChuChu <[email protected]>
1 parent 61aa6f1 commit 4337ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/quick-start/configure-mongodb.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Configure Your MongoDB Connection
6868
'dsn' => env('DB_URI'),
6969
'database' => 'sample_mflix',
7070
],
71+
],
7172

7273
// ...
7374

0 commit comments

Comments
 (0)