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.
1 parent d259a5f commit 41a867dCopy full SHA for 41a867d
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