Commit a4992db2 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #59

parents 6e5d7022 99d7f639
...@@ -105,7 +105,7 @@ class Distinct implements Executable ...@@ -105,7 +105,7 @@ class Distinct implements Executable
} }
if (isset($this->options['maxTimeMS'])) { if (isset($this->options['maxTimeMS'])) {
$cmd[$option] = $this->options['maxTimeMS']; $cmd['maxTimeMS'] = $this->options['maxTimeMS'];
} }
return new Command($cmd); return new Command($cmd);
......
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