Commit 04c9bc04 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #188

parents 1d6300f6 c9ee435c
......@@ -97,9 +97,7 @@ class CreateIndexes implements Executable
'indexes' => $this->indexes,
]);
$cursor = $server->executeCommand($this->databaseName, $command);
return current($cursor->toArray());
$server->executeCommand($this->databaseName, $command);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment