Skip to content

Commit 5cb9a01

Browse files
authored
Remove duplicate dsn
1 parent 1ffc7a2 commit 5cb9a01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/config/database.php

-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
'database' => env('MONGO_DATABASE', 'unittest'),
2222
],
2323

24-
'dsn_mongodb' => [
25-
'driver' => 'mongodb',
26-
'dsn' => 'mongodb://mongodb:27017',
27-
'database' => 'unittest',
28-
],
29-
3024
'mysql' => [
3125
'driver' => 'mysql',
3226
'host' => env('MYSQL_HOST', 'mysql'),

0 commit comments

Comments
 (0)