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.
2 parents 48712c2 + 1a32994 commit 1b20707Copy full SHA for 1b20707
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
/**
src/Operation/DatabaseCommand.php
@@ -6,7 +6,6 @@
6
use MongoDB\Driver\Cursor;
7
use MongoDB\Driver\ReadPreference;
8
use MongoDB\Driver\Server;
9
-use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException;
10
use MongoDB\Exception\InvalidArgumentException;
11
12
0 commit comments