Unverified Commit ae00801f authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1696 from emprove/master

reassigned getDatabaseName method
parents 4f999baf 625033e5
......@@ -113,6 +113,14 @@ class Connection extends BaseConnection
return $this->connection;
}
/**
* {@inheritdoc}
*/
public function getDatabaseName()
{
return $this->getMongoDB()->getDatabaseName();
}
/**
* Create a new MongoDB 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