8000 - · symfony/symfony-docs@e0b4107 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0b4107

Browse files
committed
-
1 parent 66cdabd commit e0b4107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ the MongoDB connection as argument, and the required parameters:
10511051
$services->set(MongoDbSessionHandler::class)
10521052
->args([
10531053
service('doctrine_mongodb.odm.default_connection'),
1054-
['database' => '%env('MONGODB_DB')%', 'collection' => 'sessions']
1054+
['database' => '%env("MONGODB_DB")%', 'collection' => 'sessions']
10551055
])
10561056
;
10571057
};

0 commit comments

Comments
 (0)
0