Commit c2c37f1d authored by Jens Segers's avatar Jens Segers

Merge pull request #410 from andrewelkins/patch-1

typo fix
parents 23f93aeb dfdb936a
...@@ -33,7 +33,7 @@ class Connection extends \Illuminate\Database\Connection { ...@@ -33,7 +33,7 @@ class Connection extends \Illuminate\Database\Connection {
// Build the connection string // Build the connection string
$dsn = $this->getDsn($config); $dsn = $this->getDsn($config);
// You can pass options directly to the MogoClient constructor // You can pass options directly to the MongoClient constructor
$options = array_get($config, 'options', array()); $options = array_get($config, 'options', array());
// Create the connection // Create the connection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment