Commit 39a709c7 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #61

parents 658dd568 ddd50909
......@@ -62,7 +62,7 @@ class FindOne implements Executable
$databaseName,
$collectionName,
$filter,
['limit' => -1] + $options
['limit' => 1] + $options
);
$this->options = $options;
......
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