Unverified Commit 277127fd authored by Jeremy Mikola's avatar Jeremy Mikola Committed by GitHub

Remove unused $options property in FindOne

parent 27fe3fcd
......@@ -33,7 +33,6 @@ use MongoDB\Exception\UnsupportedException;
class FindOne implements Executable
{
private $find;
private $options;
/**
* Constructs a find command for finding a single document.
......@@ -105,8 +104,6 @@ class FindOne implements Executable
$filter,
['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