Skip to content

Commit 497a074

Browse files
authored
Fix missing bracket in config snippet (#3095)
1 parent 61aa6f1 commit 497a074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/quick-start/configure-mongodb.txt

+1
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)