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 9bb2081 commit ef8c79eCopy full SHA for ef8c79e
docs/filesystems.txt
@@ -136,7 +136,7 @@ need to work with revisions.
136
137
.. code-block:: php
138
139
- // Create a MongoDB Bucket service from the MongoDB connection
+ // Create a bucket service from the MongoDB connection
140
/** @var \MongoDB\GridFS\Bucket $bucket */
141
$bucket = $app['db']->connection('mongodb')->getMongoDB()->selectGridFSBucket();
142
tests/config/filesystems.php
0 commit comments