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.
2 parents 23f93ae + dfdb936 commit c2c37f1Copy full SHA for c2c37f1
src/Jenssegers/Mongodb/Connection.php
@@ -33,7 +33,7 @@ public function __construct(array $config)
33
// Build the connection string
34
$dsn = $this->getDsn($config);
35
36
- // You can pass options directly to the MogoClient constructor
+ // You can pass options directly to the MongoClient constructor
37
$options = array_get($config, 'options', array());
38
39
// Create the connection
0 commit comments