Skip to content

Commit 4097115

Browse files
committed
Merge pull request #474
2 parents 27fe3fc + 277127f commit 4097115

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Operation/FindOne.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
class FindOne implements Executable
3434
{
3535
private $find;
36-
private $options;
3736

3837
/**
3938
* Constructs a find command for finding a single document.
@@ -105,8 +104,6 @@ public function __construct($databaseName, $collectionName, $filter, array $opti
105104
$filter,
106105
['limit' => 1] + $options
107106
);
108-
109-
$this->options = $options;
110107
}
111108

112109
/**

0 commit comments

Comments
 (0)