MongoQueue
MongoQueue copied to clipboard
fixed deprecations(connected property on MongoClient) in MongoQueue
[Mongo] This class has been DEPRECATED as of version 1.3.0. Relying on this feature is highly discouraged. Please use MongoClient instead. MongoClient deprecate connected method. Fixed the deprecation issue.
MongoQueue::getDatabase(): The 'connected' property is deprecated
Happy to pull in this PR, but I'm not sure why the connection method is a static method. Also not sure why there is a connection->is
in there