You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function getCollection($name, $refresh = false)
{
if (empty($name)) {
throw new InvalidParamException('A non-empty collection "$name" is required');
}
...
}
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
What's expected?
Throw an exception
What do you get instead?
PHP crashes
Possible fix: in yii2-mongodb/src/Database.php
The text was updated successfully, but these errors were encountered: