We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48712c2 commit b341c1fCopy full SHA for b341c1f
src/Operation/CreateIndexes.php
@@ -135,7 +135,7 @@ private function executeCommand(Server $server)
135
$cmd['writeConcern'] = \MongoDB\write_concern_as_document($this->options['writeConcern']);
136
}
137
138
- $server->executeCommand($this->databaseName, new Command($cmd));
+ $server->executeCommand($this->databaseName, new Command($cmd));
139
140
141
/**
0 commit comments