Skip to content

Commit c0b1c29

Browse files
committed
Merge branch 'v1.1'
2 parents e05e4aa + ad5e02c commit c0b1c29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ public function findOne($filter = [], array $options = [])
554554
}
555555

556556
$operation = new FindOne($this->databaseName, $this->collectionName, $filter, $options);
557-
$server = $this->manager->selectServer($options['readPreference']);
558557

559558
return $operation->execute($server);
560559
}

0 commit comments

Comments
 (0)