We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d259a5f + 41a867d commit 33fa06fCopy full SHA for 33fa06f
src/Operation/Find.php
@@ -26,6 +26,7 @@ class Find implements Executable
26
const TAILABLE_AWAIT = 3;
27
28
private static $wireVersionForCollation = 5;
29
+ private static $wireVersionForReadConcern = 4;
30
31
private $databaseName;
32
private $collectionName;
0 commit comments