We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6493f7f commit 55b9698Copy full SHA for 55b9698
docs/6-gridfs.md
@@ -66,12 +66,11 @@ For a more advanced configuration, create a service for
66
services:
67
mongodb_client:
68
class: 'MongoDB\Client'
69
- arguments:
70
- - '%env(MONGODB_URI)%'
+ arguments: ['%env(MONGODB_URI)%']
71
72
mongodb_database:
73
class: 'MongoDB\Database'
74
- factory: ['mongodb_client', 'selectDatabase']
+ factory: ['@mongodb_client', 'selectDatabase']
75
arguments: ['%env(MONGODB_DB)%']
76
77
mongodb_gridfs_bucket:
0 commit comments