Commit 625033e5 authored by i.prokopenko's avatar i.prokopenko

reassigned getDatabaseName method

parent 9df6d1ef
......@@ -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