Skip to content

Commit 1b20707

Browse files
committed
Merge pull request #302
2 parents 48712c2 + 1a32994 commit 1b20707

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Operation/CreateIndexes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private function executeCommand(Server $server)
135135
$cmd['writeConcern'] = \MongoDB\write_concern_as_document($this->options['writeConcern']);
136136
}
137137

138-
$server->executeCommand($this->databaseName, new Command($cmd));
138+
$server->executeCommand($this->databaseName, new Command($cmd));
139139
}
140140

141141
/**

src/Operation/DatabaseCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use MongoDB\Driver\Cursor;
77
use MongoDB\Driver\ReadPreference;
88
use MongoDB\Driver\Server;
9-
use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException;
109
use MongoDB\Exception\InvalidArgumentException;
1110

1211
/**

0 commit comments

Comments
 (0)