Skip to content

Commit ad5e02c

Browse files
committed
Merge branch 'v1.0' into v1.1
2 parents 9a07abc + a2ed037 commit ad5e02c

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)